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

Szymon Kłos eszkadev at gmail.com
Tue Feb 14 21:24:53 UTC 2017


 sd/uiconfig/simpress/ui/notebookbar.ui |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 445e0b0b509af853b27b235eda2b9a53568c12a6
Author: Szymon Kłos <eszkadev at gmail.com>
Date:   Tue Feb 14 22:24:10 2017 +0100

    tdf#105682 : fixed Insert Slide buttons
    
    Change-Id: Ic75673026c0cd42f4143cd27e226f3077bd80e85

diff --git a/sd/uiconfig/simpress/ui/notebookbar.ui b/sd/uiconfig/simpress/ui/notebookbar.ui
index 4cecd61..0dd2081 100644
--- a/sd/uiconfig/simpress/ui/notebookbar.ui
+++ b/sd/uiconfig/simpress/ui/notebookbar.ui
@@ -455,7 +455,7 @@
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">True</property>
-                            <property name="action_name">.uno:InsertSlide</property>
+                            <property name="action_name">.uno:InsertPage</property>
                             <property name="relief">none</property>
                             <property name="image_position">top</property>
                           </object>
@@ -1503,7 +1503,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
-                    <property name="action_name">.uno:InsertSlide</property>
+                    <property name="action_name">.uno:InsertPage</property>
                     <property name="image">InsertSlideImg</property>
                     <property name="relief">none</property>
                     <property name="image_position">top</property>


More information about the Libreoffice-commits mailing list