diff options
Diffstat (limited to 'linden/indra/newview/llviewerwindow.h')
-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 d26d820..53d346b 100644 --- a/linden/indra/newview/llviewerwindow.h +++ b/linden/indra/newview/llviewerwindow.h | |||
@@ -418,7 +418,7 @@ protected: | |||
418 | LLRect mPickScreenRegion; // area of frame buffer for rendering pick frames (generally follows mouse to avoid going offscreen) | 418 | LLRect mPickScreenRegion; // area of frame buffer for rendering pick frames (generally follows mouse to avoid going offscreen) |
419 | LLTimer mPickTimer; // timer for scheduling n picks per second | 419 | LLTimer mPickTimer; // timer for scheduling n picks per second |
420 | 420 | ||
421 | std::string mOverlayTitle; // Used for special titles such as "Second Life - Special E3 2003 Beta" | 421 | std::string mOverlayTitle; // Used for special titles such as "MyViewer - Special E3 2003 Beta" |
422 | 422 | ||
423 | BOOL mIgnoreActivate; | 423 | BOOL mIgnoreActivate; |
424 | 424 | ||