]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/main.cpp
SVN_SILENT trivial code simplification. hope you don't mind peter.
[dolphin.git] / src / main.cpp
index 19ba93bcd9f9c53a8671b2190c982558ce6d4894..28a69390f71be6e0a8db86189df0224b5b482a0e 100644 (file)
@@ -33,7 +33,7 @@ int main(int argc, char **argv)
 {
     KAboutData about("dolphin", 0,
                      ki18nc("@title", "Dolphin"),
-                     "1.0.2",
+                     "1.0.99",
                      ki18nc("@title", "File Manager"),
                      KAboutData::License_GPL,
                      ki18nc("@info:credit", "(C) 2006, 2007 Peter Penz"));
@@ -91,10 +91,8 @@ int main(int argc, char **argv)
             }
             ++n;
         }
-        app.exec();
-    } else {
-        app.exec();
     }
+    app.exec();
 
     return 0;
 }