diff options
author | Jacek Antonelli | 2008-08-15 23:44:59 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:59 -0500 |
commit | a408bac29378072fbf36864164149458c978cfcc (patch) | |
tree | 67feccf1a5d3816611ba48d6762f86f0f7f4b1f6 /linden/indra/newview/llfirstuse.h | |
parent | Second Life viewer sources 1.17.0.12 (diff) | |
download | meta-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.h | 7 |
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. | |||
66 | 11. FIrst time you run the client on a system without QuickTime installed. | 66 | 11. FIrst time you run the client on a system without QuickTime installed. |
67 | 67 | ||
68 | 12. First time you create a flexible object. | 68 | 12. First time you create a flexible object. |
69 | |||
70 | 13. First time you open the debug menus (ctrl-alt-shift D) | ||
71 | |||
72 | 14. First time you create/edit a sculpted prim. | ||
69 | */ | 73 | */ |
70 | 74 | ||
71 | class LLFirstUse | 75 | class 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 | ||
98 | protected: | 105 | protected: |
99 | static std::set<LLString> sConfigVariables; | 106 | static std::set<LLString> sConfigVariables; |