]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/main.cpp
move statusbar code into the directory "statusbar"
[dolphin.git] / src / main.cpp
index e7f2771811bfe9e3952f1be93e64317d8e0a065c..67860489748f5439d07ee755847b7fac52c1397c 100644 (file)
@@ -32,7 +32,7 @@ int main(int argc, char **argv)
 {
     KAboutData about("dolphin", 0,
                      ki18nc("@title", "Dolphin"),
-                     "1.2.80",
+                     "1.3.80",
                      ki18nc("@title", "File Manager"),
                      KAboutData::License_GPL,
                      ki18nc("@info:credit", "(C) 2006-2009 Peter Penz"));
@@ -91,7 +91,7 @@ int main(int argc, char **argv)
             ++n;
         }
     }
-    app.exec();
+    app.exec(); // krazy:exclude=crashy
 
     return 0;
 }