diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-23 13:36:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-23 14:12:43 +0100 |
commit | 43b0a48596b5ad25dfdb2020a28580a41b7a05f0 (patch) | |
tree | 2af2e786141f8139559d627372417d634037249e /sd/uiconfig/simpress | |
parent | caf2d6543a8c1b5b90ca59c7669b27ed339614e2 (diff) |
can't have bare english strings in .cxx
Change-Id: I1a14e37f3362c082bc460895ffd0b949c636b8ea
Diffstat (limited to 'sd/uiconfig/simpress')
-rw-r--r-- | sd/uiconfig/simpress/ui/assistentdialog.ui | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/sd/uiconfig/simpress/ui/assistentdialog.ui b/sd/uiconfig/simpress/ui/assistentdialog.ui index 8ba229d38de3..5c1dc0b85d54 100644 --- a/sd/uiconfig/simpress/ui/assistentdialog.ui +++ b/sd/uiconfig/simpress/ui/assistentdialog.ui @@ -113,6 +113,22 @@ <property name="position">5</property> </packing> </child> + <child> + <object class="GtkButton" id="open"> + <property name="label">gtk-open</property> + <property name="use_action_appearance">False</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="no_show_all">True</property> + <property name="use_underline">True</property> + <property name="use_stock">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">6</property> + </packing> + </child> </object> <packing> <property name="expand">False</property> @@ -1227,6 +1243,7 @@ <action-widget response="0">nextPage1Button</action-widget> <action-widget response="0">nextPage2Button</action-widget> <action-widget response="0">finishButton</action-widget> + <action-widget response="0">open</action-widget> </action-widgets> </object> <object class="GtkSizeGroup" id="sizegroup1"> @@ -1249,5 +1266,4 @@ <widget name="page4Frame"/> </widgets> </object> - <object class="GtkSizeGroup" id="sizegroup1"/> </interface> |