diff options
author | Gulsah Kose <gulsah.1004@gmail.com> | 2018-01-08 15:37:08 +0300 |
---|---|---|
committer | Gülşah Köse <gulsah.1004@gmail.com> | 2018-01-25 09:36:46 +0100 |
commit | 463ca11b764dfdf48d0422b0a392a462bf6681a3 (patch) | |
tree | 7fce30cc063bd5a53ddff09658d794a3997b8ac6 /sw/uiconfig/swriter | |
parent | 027abe22f11a8c7dac38697f02d03156bb91a8a1 (diff) |
[Pardus] tdf#92685 Add insert page number option to header menu.
This patch is sponsored by ULAKBIM/Pardus project.
Change-Id: I9f1f5bd0f05b7f92204615b48a1e7be06272a8a3
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/47597
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 be7661876209..037931137938 100644 --- a/sw/uiconfig/swriter/ui/headerfootermenu.ui +++ b/sw/uiconfig/swriter/ui/headerfootermenu.ui @@ -27,5 +27,13 @@ <property name="use_underline">True</property> </object> </child> + <child> + <object class="GtkMenuItem" id="insert_pagenumber"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="headerfootermenu|insert_pagenumber">Insert Page Number</property> + <property name="use_underline">True</property> + </object> + </child> </object> </interface> |