aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewermenu.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2009-05-25 18:21:46 -0500
committerJacek Antonelli2009-05-25 18:38:37 -0500
commit2099a7a2287be16d861962fb19bf48a38f8d923c (patch)
tree6bb721965f80543d6edf2f6307e1f2b6cfe6a1f5 /linden/indra/newview/llviewermenu.cpp
parentAdded Teleport Home confirmation and callback methods. (diff)
downloadmeta-impy-2099a7a2287be16d861962fb19bf48a38f8d923c.zip
meta-impy-2099a7a2287be16d861962fb19bf48a38f8d923c.tar.gz
meta-impy-2099a7a2287be16d861962fb19bf48a38f8d923c.tar.bz2
meta-impy-2099a7a2287be16d861962fb19bf48a38f8d923c.tar.xz
User-initiated Teleport Home has confirmation dialog.
That's in the World menu and on the world map.
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 486e4f1..37f9ad2 100644
--- a/linden/indra/newview/llviewermenu.cpp
+++ b/linden/indra/newview/llviewermenu.cpp
@@ -4686,7 +4686,7 @@ class LLWorldTeleportHome : public view_listener_t
4686{ 4686{
4687 bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata) 4687 bool handleEvent(LLPointer<LLEvent> event, const LLSD& userdata)
4688 { 4688 {
4689 gAgent.teleportHome(); 4689 gAgent.teleportHomeConfirm();
4690 return true; 4690 return true;
4691 } 4691 }
4692}; 4692};