diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2014-07-27 13:56:58 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-07-28 12:34:26 +0000 |
commit | 03fe3215e35d07319eac4a0e7a8d6e5563244492 (patch) | |
tree | 5b2f163d39c08998ce504fe87fddb9292c86d97a /extras | |
parent | 8a406391b1af4bd4ae1b73806b80e11a58340351 (diff) |
PAGE_DBWIZARD_TEXT, PAGE_TEXT, DLG_TEXT_CONNECTION_SETTINGS conversion to .ui
Change-Id: Iea5105cc33b436e9c0728df799b1ceb63f20e46e
Reviewed-on: https://gerrit.libreoffice.org/10579
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/source/glade/libreoffice-catalog.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extras/source/glade/libreoffice-catalog.xml.in b/extras/source/glade/libreoffice-catalog.xml.in index 3b0fc04b8d8c..f296d6c2385d 100644 --- a/extras/source/glade/libreoffice-catalog.xml.in +++ b/extras/source/glade/libreoffice-catalog.xml.in @@ -54,6 +54,12 @@ <glade-widget-class title="OSQL NameEdit" name="dbulo-OSQLNameEdit" generic-name="OSQLNameEdit" parent="GtkEntry" icon-name="widget-gtk-textentry"/> + <glade-widget-class title="CharSetListBox" name="dbulo-CharSetListBox" + generic-name="CharSetListBox" parent="GtkComboBox" + icon-name="widget-gtk-combobox"/> + <glade-widget-class title="ConnectionURLEdit" name="dbulo-ConnectionURLEdit" + generic-name="ConnectionURLEdit" parent="GtkEntry" + icon-name="widget-gtk-entry"/> <glade-widget-class title="VclComboBoxText" name="VclComboBoxText" generic-name="ComboBoxText" parent="GtkComboBoxText" |