[Marble-commits] KDE/kdeedu/marble/src

Dennis Nienhüser earthwings at gentoo.org
Sun May 30 16:04:51 CEST 2010


SVN commit 1132358 by nienhueser:

fix compiler warning

 M  +1 -1      kdemain.cpp  


--- trunk/KDE/kdeedu/marble/src/kdemain.cpp #1132357:1132358
@@ -236,7 +236,7 @@
     options.add( "enableFileView",
                  ki18n( "Enable tab to see gpxFileView" ) );
     options.add( "tile-id", ki18n( "Show tile id's" ) );
-    options.add( "marbledatapath \<data path>", ki18n( "Use a different directory which contains map data" ) );
+    options.add( "marbledatapath <data path>", ki18n( "Use a different directory which contains map data" ) );
     if( profiles & MarbleGlobal::SmallScreen ) {
         options.add( "nosmallscreen", ki18n( "Do not use the interface optimized for small screens" ) );
     }


More information about the Marble-commits mailing list