This is an automated email from the git hooks/post-receive script.

ochosi pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-clipman-plugin.

commit 70f95ce96fc64a33d3c79c3137c99890361c9c2d
Author: Simon Steinbeiss <simon.steinbe...@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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to