diff options
author | elektrahesse | 2010-10-14 13:16:46 +0200 |
---|---|---|
committer | elektrahesse | 2010-10-14 13:16:46 +0200 |
commit | 7b531cf2b470467a13b8fa7bd38231b99708ae4e (patch) | |
tree | 3dbb8f7a2d349f70dbbe94cc955b43a1d21f4eeb | |
parent | Removed a debug message left over (diff) | |
download | meta-impy-7b531cf2b470467a13b8fa7bd38231b99708ae4e.zip meta-impy-7b531cf2b470467a13b8fa7bd38231b99708ae4e.tar.gz meta-impy-7b531cf2b470467a13b8fa7bd38231b99708ae4e.tar.bz2 meta-impy-7b531cf2b470467a13b8fa7bd38231b99708ae4e.tar.xz |
Changed the display of the GCC version to add more information on the compiler used in llfloaterabout.cpp
-rw-r--r-- | linden/indra/newview/llfloaterabout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterabout.cpp b/linden/indra/newview/llfloaterabout.cpp index 9870cf0..9c1d67b 100644 --- a/linden/indra/newview/llfloaterabout.cpp +++ b/linden/indra/newview/llfloaterabout.cpp | |||
@@ -138,7 +138,7 @@ LLFloaterAbout::LLFloaterAbout() | |||
138 | #endif | 138 | #endif |
139 | 139 | ||
140 | #if LL_GNUC | 140 | #if LL_GNUC |
141 | support.append(llformat("Built with GCC version %d\n\n", GCC_VERSION)); | 141 | support.append(llformat("Built with GCC version %s\n\n", __VERSION__)); |
142 | #endif | 142 | #endif |
143 | 143 | ||
144 | // Position | 144 | // Position |