diff options
Diffstat (limited to 'linden')
-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 59e3100..f6e7792 100644 --- a/linden/indra/newview/llfloaterabout.cpp +++ b/linden/indra/newview/llfloaterabout.cpp | |||
@@ -268,7 +268,7 @@ static std::string get_viewer_release_notes_url() | |||
268 | 268 | ||
269 | std::ostringstream test_version; | 269 | std::ostringstream test_version; |
270 | 270 | ||
271 | if(IMP_VERSION_TEST != "") | 271 | if( strcmp(IMP_VERSION_TEST, "") != 0 ) |
272 | test_version << "#" << "Imprudence_" << version.str() << "_" << IMP_VERSION_TEST; | 272 | test_version << "#" << "Imprudence_" << version.str() << "_" << IMP_VERSION_TEST; |
273 | 273 | ||
274 | std::ostringstream url; | 274 | std::ostringstream url; |