summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-02-21 17:26:48 +0000
committerEike Rathke <erack@redhat.com>2019-02-26 17:18:57 +0100
commit0b7f9a512b36bc409f8e1f66b07afb74b42f0561 (patch)
treec909912777af54967e9398b184912a5a4c643be7
parent6372497e684d19fdd2daaaaa3407558223f4c16d (diff)
these are dialog titles, so no use_underline for mnemonics wanted
Change-Id: I88c684c88df391beb62415240580064e97fe87f0 Reviewed-on: https://gerrit.libreoffice.org/68174 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
-rw-r--r--cui/uiconfig/ui/newlibdialog.ui10
1 files changed, 4 insertions, 6 deletions
diff --git a/cui/uiconfig/ui/newlibdialog.ui b/cui/uiconfig/ui/newlibdialog.ui
index 6e61593a3a0d..c4d6fc2e7f14 100644
--- a/cui/uiconfig/ui/newlibdialog.ui
+++ b/cui/uiconfig/ui/newlibdialog.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.20.2 -->
+<!-- Generated with glade 3.22.1 -->
<interface domain="cui">
<requires lib="gtk+" version="3.18"/>
<object class="GtkDialog" id="NewLibDialog">
@@ -10,6 +10,9 @@
<property name="default_width">0</property>
<property name="default_height">0</property>
<property name="type_hint">dialog</property>
+ <child>
+ <placeholder/>
+ </child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="can_focus">False</property>
@@ -123,7 +126,6 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="label" translatable="yes" context="newlibdialog|altmacrotitle">Create Macro</property>
- <property name="use_underline">True</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -135,7 +137,6 @@
<property name="can_focus">False</property>
<property name="no_show_all">True</property>
<property name="label" translatable="yes" context="newlibdialog|altrenametitle">Rename</property>
- <property name="use_underline">True</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -155,8 +156,5 @@
<action-widget response="-5">ok</action-widget>
<action-widget response="-6">cancel</action-widget>
</action-widgets>
- <child>
- <placeholder/>
- </child>
</object>
</interface>