diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-12 10:43:00 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-12 10:43:00 +0100 |
commit | 0ac7f6120eab04a95185342e935c0bbca4d8cc43 (patch) | |
tree | ef48fbf84e27c80b387b7bc9d5b86fc83a4cb95b /cui | |
parent | d0144bcb8899845982a8172d870f337533adaf35 (diff) |
Resolves: fdo#55685 SvxLanguageBox is in svxcore not in svx
Change-Id: I50f68674e057dd358357d611bbbbb3332d8cd00b
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/charnamepage.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/uiconfig/ui/charnamepage.ui b/cui/uiconfig/ui/charnamepage.ui index 05d2527df308..aebb93a4e712 100644 --- a/cui/uiconfig/ui/charnamepage.ui +++ b/cui/uiconfig/ui/charnamepage.ui @@ -84,7 +84,7 @@ </packing> </child> <child> - <object class="svxlo:SvxLanguageBox" id="westlanglb-nocjk"> + <object class="svxcorelo:SvxLanguageBox" id="westlanglb-nocjk"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> @@ -285,7 +285,7 @@ </packing> </child> <child> - <object class="svxlo:SvxLanguageBox" id="westlanglb-cjk"> + <object class="svxcorelo:SvxLanguageBox" id="westlanglb-cjk"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> @@ -434,7 +434,7 @@ </packing> </child> <child> - <object class="svxlo:SvxLanguageBox" id="eastlanglb"> + <object class="svxcorelo:SvxLanguageBox" id="eastlanglb"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> @@ -583,7 +583,7 @@ </packing> </child> <child> - <object class="svxlo:SvxLanguageBox" id="ctllanglb"> + <object class="svxcorelo:SvxLanguageBox" id="ctllanglb"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> |