diff options
author | Jacek Antonelli | 2008-08-15 23:44:46 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:46 -0500 |
commit | 38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4 (patch) | |
tree | adca584755d22ca041a2dbfc35d4eca01f70b32c /linden/indra/newview/skins/xui/en-us/panel_toolbar.xml | |
parent | README.txt (diff) | |
download | meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.zip meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.gz meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.bz2 meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.xz |
Second Life viewer sources 1.13.2.12
Diffstat (limited to 'linden/indra/newview/skins/xui/en-us/panel_toolbar.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/en-us/panel_toolbar.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/en-us/panel_toolbar.xml b/linden/indra/newview/skins/xui/en-us/panel_toolbar.xml new file mode 100644 index 0000000..655d869 --- /dev/null +++ b/linden/indra/newview/skins/xui/en-us/panel_toolbar.xml | |||
@@ -0,0 +1,31 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel background_opaque="true" background_visible="true" can_close="true" | ||
3 | can_minimize="false" can_resize="false" follows="left|right|bottom" | ||
4 | height="26" name="panel_toolbar" width="1024"> | ||
5 | <button bottom="0" font="SansSerif" height="24" label="IM" left="0" name="im_btn" | ||
6 | tool_tip="Instant Message your friends." width="50" /> | ||
7 | <button bottom="0" font="SansSerif" height="24" label="Chat" left="0" name="chat_btn" | ||
8 | tool_tip="Talk to people nearby. (Enter)" width="50" /> | ||
9 | <button bottom="0" font="SansSerif" height="24" label="Friends" left="0" | ||
10 | name="friends_btn" tool_tip="Find and communicate with your buddies." | ||
11 | width="50" /> | ||
12 | <button bottom="0" font="SansSerif" height="24" label="Fly" | ||
13 | label_selected="Stop Flying" left="0" name="fly_btn" | ||
14 | tool_tip="Start flying. Use E/C or PgUp/PgDn to fly up and down." | ||
15 | width="50" /> | ||
16 | <button bottom="0" font="SansSerif" height="24" label="Snapshot" left="0" | ||
17 | name="snapshot_btn" tool_tip="Save a screen shot to disk or inventory." | ||
18 | width="50" /> | ||
19 | <button bottom="0" font="SansSerif" height="24" label="Search" left="0" | ||
20 | name="directory_btn" | ||
21 | tool_tip="Search for places, events, people, and more." width="50" /> | ||
22 | <button bottom="0" font="SansSerif" height="24" label="Build" left="0" name="build_btn" | ||
23 | tool_tip="Create new objects." width="50" /> | ||
24 | <button bottom="0" font="SansSerif" height="24" label="Mini-Map" left="0" | ||
25 | name="radar_btn" tool_tip="Map of the area around you. (Ctrl-Shift-M)" | ||
26 | width="50" /> | ||
27 | <button bottom="0" font="SansSerif" height="24" label="Map" left="0" name="map_btn" | ||
28 | tool_tip="Map of the world. (Ctrl-M)" width="50" /> | ||
29 | <button bottom="0" font="SansSerif" height="24" label="Inventory" left="0" | ||
30 | name="inventory_btn" tool_tip="Your items. (Ctrl-I)" width="50" /> | ||
31 | </panel> | ||