mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
Tutorail: Gui23 cosmetics.
git-svn-id: svn://ultimatepp.org/upp/trunk@15369 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
6a19ee30f8
commit
90d21a1aa3
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ struct MyAppWindow : TopWindow {
|
|||
|
||||
GUI_APP_MAIN
|
||||
{
|
||||
// Set system language
|
||||
// Set system language for whole application
|
||||
SetLanguage(GetSystemLNG());
|
||||
|
||||
// Uncomment to force specific language...
|
||||
|
|
@ -34,7 +34,7 @@ GUI_APP_MAIN
|
|||
// SetLanguage("pt-pt"); // Portuguese
|
||||
// SetLanguage("ru-ru"); // Russian
|
||||
// SetLanguage("tr-tr"); // Turkish
|
||||
// SetLanguage("zh-cn"); // Traditional chinese
|
||||
// SetLanguage("zh-cn"); // Traditional Chinese
|
||||
|
||||
MyAppWindow().Run();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue