summaryrefslogtreecommitdiff
authorharlekin <harlekin>2002-08-15 18:34:42 (UTC)
committer harlekin <harlekin>2002-08-15 18:34:42 (UTC)
commit8cd40434c7011022a8e1706698e5c5075681bd1e (patch) (unidiff)
tree74e8634c40c1b35cdf32620d219d3a98ec3e2ded
parentfc0f625393128d47ef4e2baef4dfcdbe48a18ca7 (diff)
downloadopie-8cd40434c7011022a8e1706698e5c5075681bd1e.zip
opie-8cd40434c7011022a8e1706698e5c5075681bd1e.tar.gz
opie-8cd40434c7011022a8e1706698e5c5075681bd1e.tar.bz2
applied hashs patch
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--library/qpeapplication.cpp8
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 )
645 645
646 /*
647 * not required. if using one of these languages, you might as well install
648 * a custom font.
649
646 //###language/font hack; should look it up somewhere 650 //###language/font hack; should look it up somewhere
@@ -650,3 +654,5 @@ QPEApplication::QPEApplication( int & argc, char **argv, Type t )
650 } 654 }
655
651 else { 656 else {
657 */
652 Config config( "qpe" ); 658 Config config( "qpe" );
@@ -662,3 +668,3 @@ QPEApplication::QPEApplication( int & argc, char **argv, Type t )
662 setFont( selectedFont ); 668 setFont( selectedFont );
663 } 669 //}
664 } 670 }