aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanellogin.h
diff options
context:
space:
mode:
authorJacek Antonelli2011-02-24 04:26:39 -0600
committerMcCabe Maxsted2011-02-27 16:24:52 -0700
commit373179115193077d258881d54cc1c07edf99c3a5 (patch)
tree9d9f0512b972b76a645fd79e6e7eafb413619366 /linden/indra/newview/llpanellogin.h
parentImproved warning message about SL statistics packet. (diff)
downloadmeta-impy-373179115193077d258881d54cc1c07edf99c3a5.zip
meta-impy-373179115193077d258881d54cc1c07edf99c3a5.tar.gz
meta-impy-373179115193077d258881d54cc1c07edf99c3a5.tar.bz2
meta-impy-373179115193077d258881d54cc1c07edf99c3a5.tar.xz
Added a "news bar" at the bottom of the login screen.
The web page to load is defined by the setting "NewsBarURL". Default is "http://app.kokuaviewer.org/news/", which will display links to the latest Imprudence/Kokua blog posts, etc.
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llpanellogin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llpanellogin.h b/linden/indra/newview/llpanellogin.h
index c99fa30..5830b52 100644
--- a/linden/indra/newview/llpanellogin.h
+++ b/linden/indra/newview/llpanellogin.h
@@ -87,6 +87,9 @@ public:
87 // inherited from LLViewerMediaObserver 87 // inherited from LLViewerMediaObserver
88 /*virtual*/ void handleMediaEvent(LLPluginClassMedia* self, EMediaEvent event); 88 /*virtual*/ void handleMediaEvent(LLPluginClassMedia* self, EMediaEvent event);
89 89
90 /// Load the news bar web page, return true if successful.
91 bool loadNewsBar();
92
90private: 93private:
91 static void onClickConnect(void*); 94 static void onClickConnect(void*);
92 static void onClickGrid(void*); 95 static void onClickGrid(void*);