aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewermenu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewermenu.cpp')
-rw-r--r--linden/indra/newview/llviewermenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewermenu.cpp b/linden/indra/newview/llviewermenu.cpp
index 37f9ad2..4194ff7 100644
--- a/linden/indra/newview/llviewermenu.cpp
+++ b/linden/indra/newview/llviewermenu.cpp
@@ -3262,7 +3262,7 @@ class LLViewFullscreen : public view_listener_t
3262{ 3262{
3263 bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata) 3263 bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata)
3264 { 3264 {
3265 gViewerWindow->toggleFullscreen(TRUE); 3265 gViewerWindow->toggleFullscreenConfirm();
3266 return true; 3266 return true;
3267 } 3267 }
3268}; 3268};