Kaydet (Commit) 6ee46098 authored tarafından Eike Rathke's avatar Eike Rathke

no temporary instance of SvtLanguageTable necessary here

geez..

Change-Id: Ide611cc94e939405345deb8b341fd185d68765e5
üst a623feea
...@@ -537,7 +537,7 @@ void SvxThesaurusDialog::SetWindowTitle( LanguageType nLanguage ) ...@@ -537,7 +537,7 @@ void SvxThesaurusDialog::SetWindowTitle( LanguageType nLanguage )
if( nIndex != -1 ) if( nIndex != -1 )
aStr = aStr.copy( 0, nIndex - 1 ); aStr = aStr.copy( 0, nIndex - 1 );
aStr += " ("; aStr += " (";
aStr += SvtLanguageTable().GetLanguageString( nLanguage ); aStr += SvtLanguageTable::GetLanguageString( nLanguage );
aStr += ")"; aStr += ")";
SetText( aStr ); // set window title SetText( aStr ); // set window title
} }
......
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