[Xfce4-commits] [xfce/xfce4-power-manager] 22/63: Replace GTK_STOCK buttons in the settings dialog
noreply at xfce.org
noreply at xfce.org
Sun Mar 22 13:02:17 CET 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository xfce/xfce4-power-manager.
commit 7ba0c99dfdc3a24e665b1c5755f38c7c34ca5a3f
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sat Mar 14 20:57:23 2015 +0100
Replace GTK_STOCK buttons in the settings dialog
---
data/interfaces/xfpm-settings.ui | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/data/interfaces/xfpm-settings.ui b/data/interfaces/xfpm-settings.ui
index 0159435..83d9177 100644
--- a/data/interfaces/xfpm-settings.ui
+++ b/data/interfaces/xfpm-settings.ui
@@ -237,11 +237,10 @@
<property name="can_focus">False</property>
<child>
<object class="GtkButton" id="help-button">
- <property name="label">gtk-help</property>
+ <property name="label" translatable="yes">Help</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="use_stock">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -251,11 +250,10 @@
</child>
<child>
<object class="GtkButton" id="close-button">
- <property name="label">gtk-close</property>
+ <property name="label" translatable="yes">Close</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="use_stock">True</property>
</object>
<packing>
<property name="expand">False</property>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list