sd/uiconfig/simpress/ui/notebookbar.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 445e0b0b509af853b27b235eda2b9a53568c12a6 Author: Szymon KÅos <[email protected]> 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>
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
