aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfirstuse.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:59 -0500
committerJacek Antonelli2008-08-15 23:44:59 -0500
commita408bac29378072fbf36864164149458c978cfcc (patch)
tree67feccf1a5d3816611ba48d6762f86f0f7f4b1f6 /linden/indra/newview/llfirstuse.h
parentSecond Life viewer sources 1.17.0.12 (diff)
downloadmeta-impy-a408bac29378072fbf36864164149458c978cfcc.zip
meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.gz
meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.bz2
meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.xz
Second Life viewer sources 1.17.1.0
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfirstuse.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/linden/indra/newview/llfirstuse.h b/linden/indra/newview/llfirstuse.h
index 4d0e754..d48ae96 100644
--- a/linden/indra/newview/llfirstuse.h
+++ b/linden/indra/newview/llfirstuse.h
@@ -66,6 +66,10 @@ object or from inventory.
6611. FIrst time you run the client on a system without QuickTime installed. 6611. FIrst time you run the client on a system without QuickTime installed.
67 67
6812. First time you create a flexible object. 6812. First time you create a flexible object.
69
7013. First time you open the debug menus (ctrl-alt-shift D)
71
7214. First time you create/edit a sculpted prim.
69*/ 73*/
70 74
71class LLFirstUse 75class LLFirstUse
@@ -76,6 +80,7 @@ public:
76 80
77 // Sets all controls back to show the dialogs. 81 // Sets all controls back to show the dialogs.
78 static void disableFirstUse(); 82 static void disableFirstUse();
83 static void resetFirstUse();
79 84
80 // These methods are called each time the appropriate action is 85 // These methods are called each time the appropriate action is
81 // taken. The functions themselves handle only showing the dialog 86 // taken. The functions themselves handle only showing the dialog
@@ -94,6 +99,8 @@ public:
94 static void useInventory(); 99 static void useInventory();
95 static void useSandbox(); 100 static void useSandbox();
96 static void useFlexible(); 101 static void useFlexible();
102 static void useDebugMenus();
103 static void useSculptedPrim();
97 104
98protected: 105protected:
99 static std::set<LLString> sConfigVariables; 106 static std::set<LLString> sConfigVariables;