diff options
Diffstat (limited to 'linden/indra/newview/llappviewer.h')
-rw-r--r-- | linden/indra/newview/llappviewer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llappviewer.h b/linden/indra/newview/llappviewer.h index 42c49de..522050a 100644 --- a/linden/indra/newview/llappviewer.h +++ b/linden/indra/newview/llappviewer.h | |||
@@ -100,7 +100,7 @@ public: | |||
100 | 100 | ||
101 | bool getPurgeCache() const { return mPurgeCache; } | 101 | bool getPurgeCache() const { return mPurgeCache; } |
102 | 102 | ||
103 | const std::string& getSecondLifeTitle() const; // The Second Life title. | 103 | const std::string& getSecondLifeTitle() const; // The viewer title. |
104 | const std::string& getWindowTitle() const; // The window display name. | 104 | const std::string& getWindowTitle() const; // The window display name. |
105 | 105 | ||
106 | void forceDisconnect(const std::string& msg); // Force disconnection, with a message to the user. | 106 | void forceDisconnect(const std::string& msg); // Force disconnection, with a message to the user. |