diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-02-21 09:45:33 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-02-21 10:53:15 +0000 |
commit | aa0b9d13b5f8c150a3b3035aa7a1d54f70720cdd (patch) | |
tree | b298b1d9985423787cb87811bcd3f750a5bea4d8 /sw/uiconfig/swriter/ui/exchangedatabases.ui | |
parent | e5cdfe589f8ce559a9e6d8fee3b1a6bd3c9ec233 (diff) |
change lib:widget delimiter from : to -
because glade catalogs don't allow : in widgetnames
which blocks making a catalog for our custom widgets
Change-Id: I3d590ce7451264b49fa5a82a752dac44e47bbd81
Diffstat (limited to 'sw/uiconfig/swriter/ui/exchangedatabases.ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/exchangedatabases.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/uiconfig/swriter/ui/exchangedatabases.ui b/sw/uiconfig/swriter/ui/exchangedatabases.ui index 08d75ffe2db0..2cba93f2e6bb 100644 --- a/sw/uiconfig/swriter/ui/exchangedatabases.ui +++ b/sw/uiconfig/swriter/ui/exchangedatabases.ui @@ -165,7 +165,7 @@ Use the browse button to select a database file.</property> </packing> </child> <child> - <object class="svtlo:SvTreeListBox" id="inuselb"> + <object class="svtlo-SvTreeListBox" id="inuselb"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> @@ -179,7 +179,7 @@ Use the browse button to select a database file.</property> </packing> </child> <child> - <object class="swlo:SwDBTreeList" id="availablelb"> + <object class="swlo-SwDBTreeList" id="availablelb"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> |