sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui | 4 ++-- sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit 49021f15cfb1dfb43dde73492df289f64a79297d Author: andreas kainz <[email protected]> AuthorDate: Wed Jan 23 20:34:27 2019 +0100 Commit: andreas_kainz <[email protected]> CommitDate: Fri Feb 8 14:44:35 2019 +0100 NB: add print to grouped_compact file drop down menu Change-Id: I8e6eab164ee864eb56d2ba7184a5587a18d5353a Reviewed-on: https://gerrit.libreoffice.org/67130 Tested-by: Jenkins Reviewed-by: andreas_kainz <[email protected]> (cherry picked from commit 37f7b39ed05c5789d8c09768354e89ba0eb18c57) Reviewed-on: https://gerrit.libreoffice.org/67223 diff --git a/sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui b/sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui index 150d0e103813..9eb7f06c8f94 100644 --- a/sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui +++ b/sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui @@ -767,10 +767,10 @@ </object> </child> <child> - <object class="GtkMenuItem" id="PrintPreviewD"> + <object class="GtkMenuItem" id="PrintD"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="action_name">.uno:PrintPreview</property> + <property name="action_name">.uno:Print</property> </object> </child> <child> diff --git a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui index 6771dd62ca99..8d985a9dc092 100644 --- a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui +++ b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui @@ -767,10 +767,10 @@ </object> </child> <child> - <object class="GtkMenuItem" id="PrintPreviewD"> + <object class="GtkMenuItem" id="PrintD"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="action_name">.uno:PrintPreview</property> + <property name="action_name">.uno:Print</property> </object> </child> <child> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
