[ooo-build-commit] .: cui/source

Andras Timar timar at kemper.freedesktop.org
Fri Oct 1 23:37:33 PDT 2010


 cui/source/options/optgenrl.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1578b826a258801514588e234dc593517379b40b
Author: Andras Timar <timar at fsf.hu>
Date:   Sat Oct 2 08:36:00 2010 +0200

    Fix name order for Hungarian on the UI, #i110287#

diff --git a/cui/source/options/optgenrl.cxx b/cui/source/options/optgenrl.cxx
index c7310bd..d6681cc 100644
--- a/cui/source/options/optgenrl.cxx
+++ b/cui/source/options/optgenrl.cxx
@@ -186,6 +186,7 @@ SvxGeneralTabPage::SvxGeneralTabPage( Window* pParent, const SfxItemSet& rCoreSe
     }
     else if ( LANGUAGE_JAPANESE == eLang ||
           LANGUAGE_KOREAN == eLang ||
+          LANGUAGE_HUNGARIAN == eLang ||
           LANGUAGE_CHINESE_TRADITIONAL == eLang ||
           LANGUAGE_CHINESE_SIMPLIFIED == eLang)
     {


More information about the ooo-build-commit mailing list