aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterhtml.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/llfloaterhtml.h
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/newview/llfloaterhtml.h')
-rw-r--r--linden/indra/newview/llfloaterhtml.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterhtml.h b/linden/indra/newview/llfloaterhtml.h
index 9826988..e236ffe 100644
--- a/linden/indra/newview/llfloaterhtml.h
+++ b/linden/indra/newview/llfloaterhtml.h
@@ -49,12 +49,14 @@ class LLFloaterHtml :
49 virtual void onClose( bool app_quitting ); 49 virtual void onClose( bool app_quitting );
50 50
51 // Pass string like "in-world_help" or "additional help" 51 // Pass string like "in-world_help" or "additional help"
52 void show( LLString content_id, bool open_link_external, bool open_app_slurls ); 52 void show( std::string content_id, bool open_link_external, bool open_app_slurls );
53 53
54 // Pass raw URL and window title 54 // Pass raw URL and window title
55 // Can be set to handle secondlife:///app/ URLs, but this should 55 // Can be set to handle secondlife:///app/ URLs, but this should
56 // usually be false. 56 // usually be false.
57 void show( std::string start_url, std::string title, bool open_link_external, bool open_app_slurls ); 57 void show( std::string start_url, std::string title, bool open_link_external, bool open_app_slurls );
58
59 std::string getSupportUrl();
58 60
59 static void onClickClose( void* data ); 61 static void onClickClose( void* data );
60 static void onClickBack( void* data ); 62 static void onClickBack( void* data );