summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/floater_web_content.xml
blob: d57cd4e297f05e6c4eac68bcbf557b19727c6c4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="floater_web_content" title="">
	<layout_stack name="stack1">
		<layout_panel name="nav_controls">
			<button name="back" tool_tip="前へ"/>
			<button name="forward" tool_tip="次へ"/>
			<button name="stop" tool_tip="ナビゲーションを停止"/>
			<button name="reload" tool_tip="ページを更新"/>
			<combo_box name="address" tool_tip="ここに URL を入力"/>
			<icon name="media_secure_lock_flag" tool_tip="安全な閲覧"/>
			<button name="popexternal" tool_tip="この URL をブラウザで開く"/>
		</layout_panel>
		<layout_panel name="debug_controls">
			<button name="web_test_home_page" tool_tip="Web テストのホームページ"/>
			<button name="VLC Plugin Test" tool_tip="MPEG4 ビデオテスト"/>
		</layout_panel>
	</layout_stack>
</floater>