aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanellogin.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-08-01 22:33:02 -0700
committerJacek Antonelli2010-08-02 00:44:41 -0500
commit51ccaa26f80b2c896f622b5da19e9b6e8032643c (patch)
treeeeb6dfc63581f9f750dadc645aa33c3eec311690 /linden/indra/newview/llpanellogin.h
parentAdded loading kdu debugging info to the log (diff)
downloadmeta-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/llpanellogin.h')
-rw-r--r--linden/indra/newview/llpanellogin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llpanellogin.h b/linden/indra/newview/llpanellogin.h
index f2c589d..15c2d28 100644
--- a/linden/indra/newview/llpanellogin.h
+++ b/linden/indra/newview/llpanellogin.h
@@ -65,6 +65,8 @@ public:
65 65
66 static void addServer(const std::string& server); 66 static void addServer(const std::string& server);
67 static void refreshLocation( bool force_visible ); 67 static void refreshLocation( bool force_visible );
68 // Updates grid combo at login screen with a specific nick. Use an empty string to refresh
69 static void updateGridCombo(std::string grid_nick);
68 70
69 static void getFields(std::string *firstname, std::string *lastname, 71 static void getFields(std::string *firstname, std::string *lastname,
70 std::string *password); 72 std::string *password);