diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2014-09-26 21:10:14 -0500 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-09-27 17:10:21 +0000 |
commit | c22ee0bdd2eae207dbd3cffa51bab4170a53344d (patch) | |
tree | 507011eb3d3b06ad2137a29411187bfca045f085 /sd | |
parent | 63ec219eca557c562433c4e9965a6f154e5966b5 (diff) |
Add missing title to the Header and Footer dialog
Change-Id: I720bf1be02b9b4decf5373d49de136b0e57c61c9
Reviewed-on: https://gerrit.libreoffice.org/11657
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/simpress/ui/headerfooterdialog.ui | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sd/uiconfig/simpress/ui/headerfooterdialog.ui b/sd/uiconfig/simpress/ui/headerfooterdialog.ui index da0a57af7b91..22c608117585 100644 --- a/sd/uiconfig/simpress/ui/headerfooterdialog.ui +++ b/sd/uiconfig/simpress/ui/headerfooterdialog.ui @@ -1,9 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.18.3 --> <interface> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.0"/> <object class="GtkDialog" id="HeaderFooterDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> + <property name="title" translatable="yes">Header and Footer</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> |