author | zecke <zecke> | 2003-10-07 13:12:03 (UTC) |
---|---|---|
committer | zecke <zecke> | 2003-10-07 13:12:03 (UTC) |
commit | 23fd77c2b4ea230af2915d4ce3f2e75cefdedb2b (patch) (side-by-side diff) | |
tree | 242800673c3db80966ae9f8cd5dc8546c2e440ec /library | |
parent | e125e425d7c25b32527726c416b347902294bfdf (diff) | |
download | opie-23fd77c2b4ea230af2915d4ce3f2e75cefdedb2b.zip opie-23fd77c2b4ea230af2915d4ce3f2e75cefdedb2b.tar.gz opie-23fd77c2b4ea230af2915d4ce3f2e75cefdedb2b.tar.bz2 |
ifndef -> if defined... we want big icons on high_res_small_phy
-rw-r--r-- | library/qpeapplication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/qpeapplication.cpp b/library/qpeapplication.cpp index cd1c62e..d4734ae 100644 --- a/library/qpeapplication.cpp +++ b/library/qpeapplication.cpp @@ -592,3 +592,3 @@ QPEApplication::QPEApplication( int & argc, char **argv, Type t ) } -#ifndef OPIE_HIGH_RES_SMALL_PHY +#if defined(OPIE_HIGH_RES_SMALL_PHY) else if ( dw > 600 ) { |