diff options
author | Gulsah Kose <gulsah.1004@gmail.com> | 2018-05-23 09:53:10 +0300 |
---|---|---|
committer | Gülşah Köse <gulsah.1004@gmail.com> | 2018-05-24 09:25:02 +0200 |
commit | 2a93d2a4af7bb72b155f91e18239cc1b5bc90a4e (patch) | |
tree | 1c6e836757384d9245b52dae15294d41c23e7bfc /sw/uiconfig/swriter | |
parent | 23d51ad9343f9be1bac30e0bb2b21963699fdade (diff) |
[Pardus] tdf#92685 Add insert page count option to header menu
This patch is sponsored by ULAKBIM/Pardus project.
Change-Id: I5ecca4f58ec0ecf6a639153b52a4424af1966820
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/54687
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw/uiconfig/swriter')
-rw-r--r-- | sw/uiconfig/swriter/ui/headerfootermenu.ui | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/headerfootermenu.ui b/sw/uiconfig/swriter/ui/headerfootermenu.ui index 6167ff654469..03edd05c8271 100644 --- a/sw/uiconfig/swriter/ui/headerfootermenu.ui +++ b/sw/uiconfig/swriter/ui/headerfootermenu.ui @@ -35,5 +35,13 @@ <property name="use_underline">True</property> </object> </child> + <child> + <object class="GtkMenuItem" id="insert_pagecount"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="headerfootermenu|insert_pagecount">Insert Page Count</property> + <property name="use_underline">True</property> + </object> + </child> </object> </interface> |