[Libreoffice-commits] core.git: sd/uiconfig

Yousuf Philips philipz85 at hotmail.com
Mon Sep 25 12:22:49 UTC 2017


 sd/uiconfig/simpress/ui/customslideshows.ui |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 95082b8e9ba7d4416d3279a8f71d63cf91f40abf
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Mon Sep 25 16:13:09 2017 +0400

    tdf#106939 Swap copy and delete buttons
    
    Change-Id: I1acf56f14fa52dca138b03d8f3f52dfe80b993de
    Reviewed-on: https://gerrit.libreoffice.org/42751
    Reviewed-by: Yousuf Philips <philipz85 at hotmail.com>
    Tested-by: Yousuf Philips <philipz85 at hotmail.com>

diff --git a/sd/uiconfig/simpress/ui/customslideshows.ui b/sd/uiconfig/simpress/ui/customslideshows.ui
index 9ce7c5c4f077..8dbee6efb0c2 100644
--- a/sd/uiconfig/simpress/ui/customslideshows.ui
+++ b/sd/uiconfig/simpress/ui/customslideshows.ui
@@ -161,13 +161,12 @@
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkButton" id="delete">
-                    <property name="label">gtk-delete</property>
+                  <object class="GtkButton" id="copy">
+                    <property name="label" translatable="yes" context="customslideshows|copy">Cop_y</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
                     <property name="use_underline">True</property>
-                    <property name="use_stock">True</property>
                   </object>
                   <packing>
                     <property name="expand">False</property>
@@ -176,12 +175,13 @@
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkButton" id="copy">
-                    <property name="label" translatable="yes" context="customslideshows|copy">Cop_y</property>
+                  <object class="GtkButton" id="delete">
+                    <property name="label">gtk-delete</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
                     <property name="use_underline">True</property>
+                    <property name="use_stock">True</property>
                   </object>
                   <packing>
                     <property name="expand">False</property>


More information about the Libreoffice-commits mailing list