diff options
author | brad kittenbrink <brad@lindenlab.com> | 2009-09-01 13:12:17 -0400 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2009-09-01 13:12:17 -0400 |
commit | 5e4edfb83fbc2dd20415514efa33ba80c7fa1e94 (patch) | |
tree | 469a0efa2d85e5e92646d91a659f0a9e23e92942 /indra/newview/lllogininstance.cpp | |
parent | 04d2c459b9fe8859eaca0ebd5c3d44cd60dad334 (diff) |
Fixups for eol-style copy pasta...
Diffstat (limited to 'indra/newview/lllogininstance.cpp')
-rw-r--r-- | indra/newview/lllogininstance.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/lllogininstance.cpp b/indra/newview/lllogininstance.cpp index 2f4d00786c..e56d28e066 100644 --- a/indra/newview/lllogininstance.cpp +++ b/indra/newview/lllogininstance.cpp @@ -346,9 +346,9 @@ void LLLoginInstance::updateApp(bool mandatory, const std::string& auth_msg) #if LL_WINDOWS notification_name += "Windows"; -#elif LL_DARWIN
- notification_name += "Mac";
-#else
+#elif LL_DARWIN + notification_name += "Mac"; +#else notification_name += "Linux"; #endif |