-rw-r--r-- | library/qpeapplication.cpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/library/qpeapplication.cpp b/library/qpeapplication.cpp index 187a7e2..8448352 100644 --- a/library/qpeapplication.cpp +++ b/library/qpeapplication.cpp @@ -645,2 +645,6 @@ QPEApplication::QPEApplication( int & argc, char **argv, Type t ) + /* + * not required. if using one of these languages, you might as well install + * a custom font. + //###language/font hack; should look it up somewhere @@ -650,3 +654,5 @@ QPEApplication::QPEApplication( int & argc, char **argv, Type t ) } + else { + */ Config config( "qpe" ); @@ -662,3 +668,3 @@ QPEApplication::QPEApplication( int & argc, char **argv, Type t ) setFont( selectedFont ); - } + //} } |