summaryrefslogtreecommitdiff
path: root/src/zenity.ui
diff options
context:
space:
mode:
authorArx Cruz <arxcruz@gnome.org>2011-07-26 14:00:28 -0300
committerArx Cruz <arxcruz@gnome.org>2011-07-26 14:02:45 -0300
commit6768a40e997697d05008aecdb41815e1dbae61c6 (patch)
tree787c080cb8b3a81af70d2bb7d9c3847529e9a5f1 /src/zenity.ui
parent7a34df3041844918e2a0c5c44cb5601cff4c451a (diff)
Fix for bug #611297 Now Zenity have --ok-label and --cancel-label in all dialogs. This patch doesn't break old zenity scripts.
Diffstat (limited to 'src/zenity.ui')
-rw-r--r--src/zenity.ui16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/zenity.ui b/src/zenity.ui
index cd955b2..869bdca 100644
--- a/src/zenity.ui
+++ b/src/zenity.ui
@@ -365,7 +365,7 @@
<property name="can_focus">False</property>
<property name="layout_style">end</property>
<child>
- <object class="GtkButton" id="cancelbutton12">
+ <object class="GtkButton" id="zenity_forms_cancel_button">
<property name="label">gtk-cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -380,7 +380,7 @@
</packing>
</child>
<child>
- <object class="GtkButton" id="okbutton12">
+ <object class="GtkButton" id="zenity_forms_ok_button">
<property name="label">gtk-ok</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -449,8 +449,8 @@
</object>
</child>
<action-widgets>
- <action-widget response="-6">cancelbutton12</action-widget>
- <action-widget response="-5">okbutton12</action-widget>
+ <action-widget response="-6">zenity_forms_cancel_button</action-widget>
+ <action-widget response="-5">zenity_forms_ok_button</action-widget>
</action-widgets>
</object>
<object class="GtkDialog" id="zenity_info_dialog">
@@ -739,7 +739,7 @@
<property name="can_focus">False</property>
<property name="layout_style">end</property>
<child>
- <object class="GtkButton" id="cancelbutton1">
+ <object class="GtkButton" id="zenity_scale_cancel_button">
<property name="label">gtk-cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -755,7 +755,7 @@
</packing>
</child>
<child>
- <object class="GtkButton" id="okbutton1">
+ <object class="GtkButton" id="zenity_scale_ok_button">
<property name="label">gtk-ok</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
@@ -823,8 +823,8 @@
</object>
</child>
<action-widgets>
- <action-widget response="-6">cancelbutton1</action-widget>
- <action-widget response="-5">okbutton1</action-widget>
+ <action-widget response="-6">zenity_scale_cancel_button</action-widget>
+ <action-widget response="-5">zenity_scale_ok_button</action-widget>
</action-widgets>
</object>
<object class="GtkDialog" id="zenity_text_dialog">