diff options
Diffstat (limited to 'examples/i18n/main.cpp')
-rw-r--r-- | examples/i18n/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/i18n/main.cpp b/examples/i18n/main.cpp index e43634c46..700547ef5 100644 --- a/examples/i18n/main.cpp +++ b/examples/i18n/main.cpp @@ -99,7 +99,7 @@ int main( int argc, char** argv ) TQApplication app( argc, argv ); const char* qm[]= - { "ar", "cs", "de", "el", "en", "eo", "fr", "it", "jp", "ko", "no", "ru", "zh", 0 }; + { "ar", "cs", "de", "el", "en", "eo", "fr", "it", "jp", "ko", "no", "ru", "sk", "zh", 0 }; #if defined(Q_OS_UNIX) srand( getpid() << 2 ); |