aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2008-10-17 15:08:28 -0700
committerMcCabe Maxsted2008-10-17 15:08:28 -0700
commit0a46bec8af4083b86e35a79f07db38c3eeaec983 (patch)
tree6cc944b3ef5a89d5e10c65365b2678cf5aad1b2a /linden/indra/newview/llappviewer.cpp
parentRebranded Windows-specific installer/support files. (diff)
downloadmeta-impy-0a46bec8af4083b86e35a79f07db38c3eeaec983.zip
meta-impy-0a46bec8af4083b86e35a79f07db38c3eeaec983.tar.gz
meta-impy-0a46bec8af4083b86e35a79f07db38c3eeaec983.tar.bz2
meta-impy-0a46bec8af4083b86e35a79f07db38c3eeaec983.tar.xz
rebranding compiled
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llappviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp
index 5b3e38d..1e3e142 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.";
308static std::string gSecondLife; 308static std::string gSecondLife;
309static std::string gWindowTitle; 309static 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
314std::string gLoginPage; 314std::string gLoginPage;