summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/zsafe/main.cpp10
1 files changed, 8 insertions, 2 deletions
diff --git a/noncore/apps/zsafe/main.cpp b/noncore/apps/zsafe/main.cpp
index e225775..7ff549b 100644
--- a/noncore/apps/zsafe/main.cpp
+++ b/noncore/apps/zsafe/main.cpp
@@ -1,3 +1,3 @@
1/* 1/*
2** Author: Carsten Schneider <zcarsten@gmx.net> 2** Author: Carsten Schneider <CarstenSchneider@t-online.de>
3** 3**
@@ -5,3 +5,3 @@
5** 5**
6** Homepage: http://z-soft.z-portal.info/zsafe/index.html 6** Homepage: http://home.t-online.de/home/CarstenSchneider/zsafe/index.html
7*/ 7*/
@@ -80,2 +80,6 @@ int main( int argc, char ** argv )
80 qWarning (buf); 80 qWarning (buf);
81
82#ifdef JPATCH_HDE
83 // nothings
84#else
81 if (DeskW > 240) 85 if (DeskW > 240)
@@ -89,2 +93,4 @@ int main( int argc, char ** argv )
89 93
94#endif
95
90 ZSafe mw; 96 ZSafe mw;