[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/~dang/kdegraphics/kolourpaint
From:       Clarence Dang <dang () kde ! org>
Date:       2007-07-24 23:43:44
Message-ID: 1185320624.876995.32375.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 692068 by dang:

svn merge https://svn.kde.org/home/kde/trunk/KDE/kdegraphics/kolourpaint \
-r688683:691849 to be up-to-date with trunk/:

* CMakeLists.txt fix [mlaurent]

* space


 M  +1 -1      CMakeLists.txt  
 M  +2 -1      kolourpaint.cpp  


--- branches/work/~dang/kdegraphics/kolourpaint/CMakeLists.txt #692067:692068
@@ -327,7 +327,7 @@
 
 ########### install files ###############
 
-install( FILES kolourpaint.desktop  DESTINATION  ${XDG_APPS_DIR} )
+install( FILES kolourpaint.desktop  DESTINATION  ${XDG_APPS_INSTALL_DIR} )
 install( FILES kolourpaintui.rc  DESTINATION  ${DATA_INSTALL_DIR}/kolourpaint )
 
 
--- branches/work/~dang/kdegraphics/kolourpaint/kolourpaint.cpp #692067:692068
@@ -75,6 +75,7 @@
     aboutData.addAuthor (ki18n ("Mike Gashler"), ki18n ("Image Effects"), \
"gashlerm@yahoo.com");  
     aboutData.addAuthor (ki18n ("Laurent Montel"), ki18n ("KDE 4 Porting"), \
"montel@kde.org"); +
     // TODO: missing a lot of people who helped with the KDE 4 port.
     aboutData.addAuthor (ki18n ("Martin Koller"), ki18n ("Scanning Support"), \
"m.koller@surfeu.at");  
@@ -85,7 +86,7 @@
     KCmdLineArgs::init (argc, argv, &aboutData);
 
     KCmdLineOptions cmdLineOptions;
-    cmdLineOptions.add("+[file]", ki18n ("Image file to open"));
+    cmdLineOptions.add ("+[file]", ki18n ("Image file to open"));
     KCmdLineArgs::addCmdLineOptions (cmdLineOptions);
 
     KApplication app;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic