summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterabout.h
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-09-21 16:59:27 +0000
committerJames Cook <james@lindenlab.com>2009-09-21 16:59:27 +0000
commitebbdfa3a014ea840a358ebe9e69569304506fd3e (patch)
tree46c1521d7d248a89479119d42132175b8dfcbc26 /indra/newview/llfloaterabout.h
parent6fc22cf35c8fc45cda044f121d2d186ce021425e (diff)
EXT-832 Unable to copy and paste from the help --> about dialog. Added edit menu items into menu_login.xml under the Debug item to make keyboard shortcuts work. Added "Copy to Clipboard" button. Broke text into a tab container with Support, Credits and Licenses sections. Reviewed with Qarl.
Diffstat (limited to 'indra/newview/llfloaterabout.h')
-rw-r--r--indra/newview/llfloaterabout.h16
1 files changed, 3 insertions, 13 deletions
diff --git a/indra/newview/llfloaterabout.h b/indra/newview/llfloaterabout.h
index c15a20d549..1092282ae2 100644
--- a/indra/newview/llfloaterabout.h
+++ b/indra/newview/llfloaterabout.h
@@ -33,19 +33,9 @@
#ifndef LL_LLFLOATERABOUT_H
#define LL_LLFLOATERABOUT_H
-#include "llfloater.h"
-
-class LLFloaterAbout
- : public LLFloater
+namespace LLFloaterAboutUtil
{
- friend class LLFloaterReg;
-private:
- LLFloaterAbout(const LLSD& key);
- virtual ~LLFloaterAbout();
-
-public:
- /*virtual*/ BOOL postBuild();
-};
-
+ void registerFloater();
+}
#endif // LL_LLFLOATERABOUT_H