Kaydet (Commit) 9511d01b authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS calc06 (1.6.26.1.32); FILE MERGED

2003/03/17 21:41:32 er 1.6.26.1.32.1: #11030# distinguish between GetSystemLanguage and GetSystemUILanguage
üst 8cbdc400
......@@ -2,9 +2,9 @@
*
* $RCSfile: ctrltool.cxx,v $
*
* $Revision: 1.7 $
* $Revision: 1.8 $
*
* last change: $Author: hr $ $Date: 2003-03-27 14:37:49 $
* last change: $Author: rt $ $Date: 2003-04-08 16:37:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -954,7 +954,7 @@ FontSizeNames::FontSizeNames( LanguageType eLanguage )
if ( eLanguage == LANGUAGE_DONTKNOW )
eLanguage = Application::GetSettings().GetUILanguage();
if ( eLanguage == LANGUAGE_SYSTEM )
eLanguage = ::GetSystemLanguage();
eLanguage = ::GetSystemUILanguage();
switch( eLanguage )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment