[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 01/01: Replace GtkStock items
noreply at xfce.org
noreply at xfce.org
Fri Mar 27 01:51:23 CET 2020
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-clipman-plugin.
commit 70f95ce96fc64a33d3c79c3137c99890361c9c2d
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Fri Mar 27 01:50:59 2020 +0100
Replace GtkStock items
---
panel-plugin/settings-dialog.ui | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/panel-plugin/settings-dialog.ui b/panel-plugin/settings-dialog.ui
index 5420328..1525e48 100644
--- a/panel-plugin/settings-dialog.ui
+++ b/panel-plugin/settings-dialog.ui
@@ -782,11 +782,11 @@ Otherwise the menu will only appear when calling "xfce4-popup-clipman-actions" (
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="action-dialog-button-cancel">
- <property name="label">gtk-cancel</property>
+ <property name="label">_Cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="use_stock">True</property>
+ <property name="use_underline">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -796,11 +796,11 @@ Otherwise the menu will only appear when calling "xfce4-popup-clipman-actions" (
</child>
<child>
<object class="GtkButton" id="action-dialog-button-ok">
- <property name="label">gtk-ok</property>
+ <property name="label">_OK</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="use_stock">True</property>
+ <property name="use_underline">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -1292,11 +1292,11 @@ Otherwise the menu will only appear when calling "xfce4-popup-clipman-actions" (
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="regex-dialog-button-cancel">
- <property name="label">gtk-cancel</property>
+ <property name="label">_Cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="use_stock">True</property>
+ <property name="use_underline">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -1306,11 +1306,11 @@ Otherwise the menu will only appear when calling "xfce4-popup-clipman-actions" (
</child>
<child>
<object class="GtkButton" id="regex-dialog-button-ok">
- <property name="label">gtk-ok</property>
+ <property name="label">_OK</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="use_stock">True</property>
+ <property name="use_underline">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