summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2017-02-14 22:24:10 +0100
committerSzymon Kłos <eszkadev@gmail.com>2017-02-14 22:24:10 +0100
commit445e0b0b509af853b27b235eda2b9a53568c12a6 (patch)
tree0b1e84ba052014455808d82b34eb4f78fdc1483a
parentb192a8714935294b8e68b71954837404b57fa60d (diff)
tdf#105682 : fixed Insert Slide buttons
Change-Id: Ic75673026c0cd42f4143cd27e226f3077bd80e85
-rw-r--r--sd/uiconfig/simpress/ui/notebookbar.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/uiconfig/simpress/ui/notebookbar.ui b/sd/uiconfig/simpress/ui/notebookbar.ui
index 4cecd61ffdb2..0dd20814afee 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>