diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llappviewerwin32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llappviewerwin32.cpp b/linden/indra/newview/llappviewerwin32.cpp index 343c1f1..0fc273e 100644 --- a/linden/indra/newview/llappviewerwin32.cpp +++ b/linden/indra/newview/llappviewerwin32.cpp | |||
@@ -153,7 +153,7 @@ LONG WINAPI viewer_windows_exception_handler(struct _EXCEPTION_POINTERS *excepti | |||
153 | // Create app mutex creates a unique global windows object. | 153 | // Create app mutex creates a unique global windows object. |
154 | // If the object can be created it returns true, otherwise | 154 | // If the object can be created it returns true, otherwise |
155 | // it returns false. The false result can be used to determine | 155 | // it returns false. The false result can be used to determine |
156 | // if another instance of a second life app (this vers. or later) | 156 | // if another instance of a viewer app (this vers. or later) |
157 | // is running. | 157 | // is running. |
158 | // *NOTE: Do not use this method to run a single instance of the app. | 158 | // *NOTE: Do not use this method to run a single instance of the app. |
159 | // This is intended to help debug problems with the cross-platform | 159 | // This is intended to help debug problems with the cross-platform |