Preference button to clear settings

This commit is contained in:
Siana Gearz
2012-03-05 19:05:30 +01:00
parent edd1b4d8e7
commit 5eb90ef9cd
7 changed files with 126 additions and 3 deletions

View File

@@ -7032,6 +7032,65 @@ Your shape, skin, hair or eyes might be defect.
yestext="OK"/>
</notification>
<notification
icon="alertmodal.tga"
label="All settings reset"
name="ResetSettingsComplete"
type="alertmodal">
Settings have been reset. You should relog to ensure this takes full effect.
</notification>
<notification
icon="alertmodal.tga"
label="Reset all settings"
name="ResetSystemSettingsPrompt"
type="alertmodal">
Resetting all settings may be helpful if you are experiencing problems; however, you will need to redo any changes you have made to the default configuration.
Would you like to reset system settings?
<form>
<button
index="0"
name="all"
text="OK"/>
<button
default="true"
index="3"
name="cancel"
text="Cancel"/>
</form>
</notification>
<notification
icon="alertmodal.tga"
label="Reset all settings"
name="ResetAllSettingsPrompt"
type="alertmodal">
Resetting all settings may be helpful if you are experiencing problems; however, you will need to redo any changes you have made to the default configuration.
Which settings would you like to reset?
<form>
<button
index="0"
name="all"
text="ALL"/>
<button
index="1"
name="system"
text="System"/>
<button
index="2"
name="user"
text="User"/>
<button
default="true"
index="3"
name="cancel"
text="Cancel"/>
</form>
</notification>
</notifications>

View File

@@ -67,5 +67,6 @@
<combo_item name="Alwayssend" value="Always send">Always send</combo_item>
<combo_item name="Neversend" value="Never send">Never send</combo_item>
</combo_box>
<check_box bottom="-385" height="16" initial_value="false" label="Share language with objects" left="101" name="language_is_public" tool_tip="This lets in-world objects know your preferred language."/>
<check_box bottom="-385" height="16" initial_value="false" label="Share language with objects" left="101" name="language_is_public" tool_tip="This lets in-world objects know your preferred language."/>
<button bottom="-425" height="25" label="Reset All Settings" name="clear_settings" width="200" />
</panel>