diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llviewerwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerwindow.h b/linden/indra/newview/llviewerwindow.h index 6b8e2b7..eab8818 100644 --- a/linden/indra/newview/llviewerwindow.h +++ b/linden/indra/newview/llviewerwindow.h | |||
@@ -423,7 +423,7 @@ protected: | |||
423 | LLRect mPickScreenRegion; // area of frame buffer for rendering pick frames (generally follows mouse to avoid going offscreen) | 423 | LLRect mPickScreenRegion; // area of frame buffer for rendering pick frames (generally follows mouse to avoid going offscreen) |
424 | LLTimer mPickTimer; // timer for scheduling n picks per second | 424 | LLTimer mPickTimer; // timer for scheduling n picks per second |
425 | 425 | ||
426 | std::string mOverlayTitle; // Used for special titles such as "Second Life - Special E3 2003 Beta" | 426 | std::string mOverlayTitle; // Used for special titles such as "MyViewer - Special E3 2003 Beta" |
427 | 427 | ||
428 | BOOL mIgnoreActivate; | 428 | BOOL mIgnoreActivate; |
429 | 429 | ||