diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-08 22:23:53 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-08 22:23:53 +0300 |
commit | 791220056705458a50a14adc3c0f6cd46d6a9b25 (patch) | |
tree | eb7ff2b9e1a5a63909093233644c454c1b741f85 /dbaccess/uiconfig | |
parent | d5a82c966d242b34aa491dd77915990d20558547 (diff) |
The library we want is called dbulo, not dbaui
Change-Id: Iaf57030a228d9c03c132976293d5e01e2fb287f4
Diffstat (limited to 'dbaccess/uiconfig')
-rw-r--r-- | dbaccess/uiconfig/ui/generalpagewizard.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/uiconfig/ui/generalpagewizard.ui b/dbaccess/uiconfig/ui/generalpagewizard.ui index b55272f22e6f..95025e718bef 100644 --- a/dbaccess/uiconfig/ui/generalpagewizard.ui +++ b/dbaccess/uiconfig/ui/generalpagewizard.ui @@ -114,7 +114,7 @@ </packing> </child> <child> - <object class="dbaui-OpenDocumentListBox" id="documentList"> + <object class="dbulo-OpenDocumentListBox" id="documentList"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> @@ -135,7 +135,7 @@ </packing> </child> <child> - <object class="dbaui-OpenDocumentButton" id="openDatabase"> + <object class="dbulo-OpenDocumentButton" id="openDatabase"> <property name="label">Open</property> <property name="visible">True</property> <property name="can_focus">True</property> |