diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2009-09-01 16:11:27 -0400 |
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2009-09-01 16:11:27 -0400 |
| commit | 8d8e309bfe59e0248c9c9b5c780c919277fced92 (patch) | |
| tree | c52a7c8c78172126901a77cbe3cf94530f183546 /indra/newview/lllogininstance.cpp | |
| parent | 5da7db5571520a31684a9b093ae6b501fcc8a628 (diff) | |
| parent | 5e4edfb83fbc2dd20415514efa33ba80c7fa1e94 (diff) | |
Merge whitespace-only changes
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 |
