Kaydet (Commit) 50ef16e8 authored tarafından Caolán McNamara's avatar Caolán McNamara

these are dialog titles, so no use_underline for mnemonics wanted

Change-Id: I88c684c88df391beb62415240580064e97fe87f0
Reviewed-on: https://gerrit.libreoffice.org/68173
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 1ed9d6a0
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.2 --> <!-- Generated with glade 3.22.1 -->
<interface domain="cui"> <interface domain="cui">
<requires lib="gtk+" version="3.18"/> <requires lib="gtk+" version="3.18"/>
<object class="GtkDialog" id="NewLibDialog"> <object class="GtkDialog" id="NewLibDialog">
...@@ -10,6 +10,9 @@ ...@@ -10,6 +10,9 @@
<property name="default_width">0</property> <property name="default_width">0</property>
<property name="default_height">0</property> <property name="default_height">0</property>
<property name="type_hint">dialog</property> <property name="type_hint">dialog</property>
<child>
<placeholder/>
</child>
<child internal-child="vbox"> <child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1"> <object class="GtkBox" id="dialog-vbox1">
<property name="can_focus">False</property> <property name="can_focus">False</property>
...@@ -123,7 +126,6 @@ ...@@ -123,7 +126,6 @@
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="no_show_all">True</property> <property name="no_show_all">True</property>
<property name="label" translatable="yes" context="newlibdialog|altmacrotitle">Create Macro</property> <property name="label" translatable="yes" context="newlibdialog|altmacrotitle">Create Macro</property>
<property name="use_underline">True</property>
</object> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
...@@ -135,7 +137,6 @@ ...@@ -135,7 +137,6 @@
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="no_show_all">True</property> <property name="no_show_all">True</property>
<property name="label" translatable="yes" context="newlibdialog|altrenametitle">Rename</property> <property name="label" translatable="yes" context="newlibdialog|altrenametitle">Rename</property>
<property name="use_underline">True</property>
</object> </object>
<packing> <packing>
<property name="left_attach">0</property> <property name="left_attach">0</property>
...@@ -155,8 +156,5 @@ ...@@ -155,8 +156,5 @@
<action-widget response="-5">ok</action-widget> <action-widget response="-5">ok</action-widget>
<action-widget response="-6">cancel</action-widget> <action-widget response="-6">cancel</action-widget>
</action-widgets> </action-widgets>
<child>
<placeholder/>
</child>
</object> </object>
</interface> </interface>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment