diff options
author | McCabe Maxsted | 2010-08-01 22:33:02 -0700 |
---|---|---|
committer | Jacek Antonelli | 2010-08-02 00:44:41 -0500 |
commit | 51ccaa26f80b2c896f622b5da19e9b6e8032643c (patch) | |
tree | eeb6dfc63581f9f750dadc645aa33c3eec311690 /linden/indra/newview/llfirstuse.h | |
parent | Added loading kdu debugging info to the log (diff) | |
download | meta-impy-51ccaa26f80b2c896f622b5da19e9b6e8032643c.zip meta-impy-51ccaa26f80b2c896f622b5da19e9b6e8032643c.tar.gz meta-impy-51ccaa26f80b2c896f622b5da19e9b6e8032643c.tar.bz2 meta-impy-51ccaa26f80b2c896f622b5da19e9b6e8032643c.tar.xz |
Added first use grid selector for selecting the default grid when Imprudence is first run
Diffstat (limited to 'linden/indra/newview/llfirstuse.h')
-rw-r--r-- | linden/indra/newview/llfirstuse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llfirstuse.h b/linden/indra/newview/llfirstuse.h index 6467734..bd44ece 100644 --- a/linden/indra/newview/llfirstuse.h +++ b/linden/indra/newview/llfirstuse.h | |||
@@ -112,6 +112,7 @@ public: | |||
112 | static void useDebugMenus(); | 112 | static void useDebugMenus(); |
113 | static void useSculptedPrim(); | 113 | static void useSculptedPrim(); |
114 | static void useMedia(); | 114 | static void useMedia(); |
115 | static void useLoginScreen(); | ||
115 | static void callbackClientTags(const LLSD& notification, const LLSD& response); | 116 | static void callbackClientTags(const LLSD& notification, const LLSD& response); |
116 | static void ClientTags(); | 117 | static void ClientTags(); |
117 | 118 | ||