diff options
author | Jacek Antonelli | 2008-10-17 20:15:09 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-10-17 20:15:09 -0500 |
commit | c4ea23e62280445bcce20aafe3a97b38bbdd9b0d (patch) | |
tree | 70f45a226712ac617d185623bd74205f5d3ee5bf /linden/indra/newview/llappviewer.cpp | |
parent | Merge branch 'merge-1.21.6' into rebranding (diff) | |
parent | windows compile fix and rebranded help menu (diff) | |
download | meta-impy-c4ea23e62280445bcce20aafe3a97b38bbdd9b0d.zip meta-impy-c4ea23e62280445bcce20aafe3a97b38bbdd9b0d.tar.gz meta-impy-c4ea23e62280445bcce20aafe3a97b38bbdd9b0d.tar.bz2 meta-impy-c4ea23e62280445bcce20aafe3a97b38bbdd9b0d.tar.xz |
Merge commit 'mccabe/rebranding' into rebranding
Diffstat (limited to 'linden/indra/newview/llappviewer.cpp')
-rw-r--r-- | linden/indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp index 7262759..5fd5575 100644 --- a/linden/indra/newview/llappviewer.cpp +++ b/linden/indra/newview/llappviewer.cpp | |||
@@ -308,7 +308,7 @@ const char *VFS_INDEX_FILE_BASE = "index.db2.x."; | |||
308 | static std::string gSecondLife; | 308 | static std::string gSecondLife; |
309 | static std::string gWindowTitle; | 309 | static std::string gWindowTitle; |
310 | #ifdef LL_WINDOWS | 310 | #ifdef LL_WINDOWS |
311 | static char sWindowClass[] = IMP_VIEWER_NAME; | 311 | static char sWindowClass[] = "Imprudence"; |
312 | #endif | 312 | #endif |
313 | 313 | ||
314 | std::string gLoginPage; | 314 | std::string gLoginPage; |