diff options
author | McCabe Maxsted | 2009-09-16 10:02:19 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-09-16 13:49:43 -0700 |
commit | 15201e791e7572c7b573e427e12a81d7e39828a1 (patch) | |
tree | 4a74a4a26f3843f8b6225536fc8f29e821ee77b6 /linden/indra/newview/llfloatermap.cpp | |
parent | Fixed min minimap size (diff) | |
download | meta-impy-15201e791e7572c7b573e427e12a81d7e39828a1.zip meta-impy-15201e791e7572c7b573e427e12a81d7e39828a1.tar.gz meta-impy-15201e791e7572c7b573e427e12a81d7e39828a1.tar.bz2 meta-impy-15201e791e7572c7b573e427e12a81d7e39828a1.tar.xz |
Moved Rotate Mini-Map option to mini-map menu, added first use dialog
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloatermap.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloatermap.cpp b/linden/indra/newview/llfloatermap.cpp index e70f4f1..a1ab97e 100644 --- a/linden/indra/newview/llfloatermap.cpp +++ b/linden/indra/newview/llfloatermap.cpp | |||
@@ -43,6 +43,7 @@ | |||
43 | #include "lluictrlfactory.h" | 43 | #include "lluictrlfactory.h" |
44 | 44 | ||
45 | // radar | 45 | // radar |
46 | #include "llfirstuse.h" | ||
46 | #include "llfloateravatarinfo.h" | 47 | #include "llfloateravatarinfo.h" |
47 | #include "llfloaterfriends.h" | 48 | #include "llfloaterfriends.h" |
48 | #include "llfloatergroupinvite.h" | 49 | #include "llfloatergroupinvite.h" |
@@ -172,6 +173,7 @@ void LLFloaterMap::open() | |||
172 | if (!gRlvHandler.hasBehaviour(RLV_BHVR_SHOWMINIMAP)) | 173 | if (!gRlvHandler.hasBehaviour(RLV_BHVR_SHOWMINIMAP)) |
173 | { | 174 | { |
174 | LLFloater::open(); | 175 | LLFloater::open(); |
176 | LLFirstUse::useMiniMap(); | ||
175 | } | 177 | } |
176 | } | 178 | } |
177 | // [/RLVa:KB] | 179 | // [/RLVa:KB] |