diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-04 09:55:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-04 12:01:20 +0000 |
commit | 24a00c43c2b59df9b3f29c76f2e898e43bbb27ba (patch) | |
tree | d200e771e72f6bf252dd71999502401d82fd60cd /extras | |
parent | c234d4c2cd63bcd8fb7e4a39b8f36226c289373d (diff) |
convert database save as dialog to .ui
Change-Id: Ifc8d43930ecbd3ccd67147cd891260555976dc0d
Diffstat (limited to 'extras')
-rw-r--r-- | extras/source/glade/libreoffice-catalog.xml.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in index 0685ecbfb0e0..a5097292e87f 100644 --- a/extras/source/glade/libreoffice-catalog.xml.in +++ b/extras/source/glade/libreoffice-catalog.xml.in @@ -33,6 +33,9 @@ <glade-widget-class title="Hyphen Edit" name="cuilo-HyphenEdit" generic-name="ReplaceEdit" parent="GtkEntry" icon-name="widget-gtk-textentry"/> + <glade-widget-class title="OSQL NameEdit" name="dbulo-OSQLNameEdit" + generic-name="OSQLNameEdit" parent="GtkEntry" + icon-name="widget-gtk-textentry"/> <glade-widget-class title="VclComboBoxText" name="VclComboBoxText" generic-name="ComboBoxText" parent="GtkComboBoxText" @@ -214,6 +217,11 @@ <glade-widget-class title="Limit ListBox" name="dbulo-LimitBox" generic-name="LimitBox" parent="GtkComboBox" icon-name="widget-gtk-combobox"/> + + <glade-widget-class title="OSQL NameComboBox" name="dbulo-OSQLNameComboBox" + generic-name="OSQLNameComboBox" parent="GtkComboBox" + icon-name="widget-gtk-combobox"/> + <glade-widget-class title="Font Preview" name="svxlo-SvxFontPrevWindow" generic-name="Font Preview Window" parent="GtkDrawingArea" icon-name="widget-gtk-drawingarea"> |