summaryrefslogtreecommitdiff
path: root/indra/newview/llfirstuse.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfirstuse.h')
-rw-r--r--indra/newview/llfirstuse.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llfirstuse.h b/indra/newview/llfirstuse.h
index b367619196..134699d1ec 100644
--- a/indra/newview/llfirstuse.h
+++ b/indra/newview/llfirstuse.h
@@ -46,6 +46,10 @@ object or from inventory.
11. FIrst time you run the client on a system without QuickTime installed.
12. First time you create a flexible object.
+
+13. First time you open the debug menus (ctrl-alt-shift D)
+
+14. First time you create/edit a sculpted prim.
*/
class LLFirstUse
@@ -56,6 +60,7 @@ public:
// Sets all controls back to show the dialogs.
static void disableFirstUse();
+ static void resetFirstUse();
// These methods are called each time the appropriate action is
// taken. The functions themselves handle only showing the dialog
@@ -74,6 +79,8 @@ public:
static void useInventory();
static void useSandbox();
static void useFlexible();
+ static void useDebugMenus();
+ static void useSculptedPrim();
protected:
static std::set<LLString> sConfigVariables;