aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default/xui
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-05-24 18:09:15 -0700
committerJacek Antonelli2010-06-19 02:43:00 -0500
commitffa1ba7bd3fd4ad69f4a55fdd042834dff37c618 (patch)
tree22bb49c526ac85c40928d189f505c5feae3659eb /linden/indra/newview/skins/default/xui
parentAdded 'Reload All' button to the notification console for easier debugging (r... (diff)
downloadmeta-impy-ffa1ba7bd3fd4ad69f4a55fdd042834dff37c618.zip
meta-impy-ffa1ba7bd3fd4ad69f4a55fdd042834dff37c618.tar.gz
meta-impy-ffa1ba7bd3fd4ad69f4a55fdd042834dff37c618.tar.bz2
meta-impy-ffa1ba7bd3fd4ad69f4a55fdd042834dff37c618.tar.xz
Added button to Preferences > Advanced to reset all preferences (#272)
Diffstat (limited to 'linden/indra/newview/skins/default/xui')
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/notifications.xml14
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml4
2 files changed, 18 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/notifications.xml b/linden/indra/newview/skins/default/xui/en-us/notifications.xml
index e64b9b6..873f069 100644
--- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml
@@ -6598,6 +6598,20 @@ Are you sure you want to take off all clothes?
6598 notext="Cancel" 6598 notext="Cancel"
6599 yestext="Take Off"/> 6599 yestext="Take Off"/>
6600 </notification> 6600 </notification>
6601
6602 <notification
6603 icon="alert.tga"
6604 name="ConfirmResetAllPreferences"
6605 type="alert">
6606Are you sure you want to reset ALL preferences?
6607
6608Preferences will be reset when you restart [VIEWER_NAME].
6609 <usetemplate
6610 ignoretext="When resetting preferences"
6611 name="okcancelignore"
6612 notext="Cancel"
6613 yestext="Reset"/>
6614 </notification>
6601 6615
6602 <notification 6616 <notification
6603 icon="alert.tga" 6617 icon="alert.tga"
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml
index 6c0b1f1..9c769de 100644
--- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml
@@ -52,4 +52,8 @@
52 label="Enable Wind" left="12" mouse_opaque="true" 52 label="Enable Wind" left="12" mouse_opaque="true"
53 name="mute_wind_check" radio_style="false" width="217" /> 53 name="mute_wind_check" radio_style="false" width="217" />
54 54
55 <button bottom="5" follows="left|top" font="SansSerifSmall" height="20" width="250"
56 label="Reset All Preferences To Default" name="reset_btn" left="12"
57 tool_tip="Reset all preferences to their default values (requires a restart)" />
58
55</panel> 59</panel>