[Marble-commits] KDE/kdeedu/marble/src/plugins/render/mapscale
Torsten Rahn
tackat at kde.org
Sat Dec 25 22:56:47 CET 2010
SVN commit 1209215 by rahn:
- Minor fixes (add my name as well and bump up version number to 0.2)
M +3 -3 MapScaleFloatItem.cpp
--- trunk/KDE/kdeedu/marble/src/plugins/render/mapscale/MapScaleFloatItem.cpp #1209214:1209215
@@ -102,14 +102,15 @@
// Initializing about dialog
m_aboutDialog = new PluginAboutDialog();
m_aboutDialog->setName( "Scale Bar Plugin" );
- m_aboutDialog->setVersion( "0.1" );
+ m_aboutDialog->setVersion( "0.2" );
// FIXME: Can we store this string for all of Marble
- m_aboutDialog->setAboutText( tr( "<br />(c) 2009 The Marble Project<br /><br /><a href=\"http://edu.kde.org/marble\">http://edu.kde.org/marble</a>" ) );
+ m_aboutDialog->setAboutText( tr( "<br />(c) 2009, 2010 The Marble Project<br /><br /><a href=\"http://edu.kde.org/marble\">http://edu.kde.org/marble</a>" ) );
QList<Author> authors;
Author rahn;
rahn.name = "Torsten Rahn";
rahn.task = tr( "Original Developer" );
rahn.email = "tackat at kde.org";
+ authors.append( rahn );
Author nhan;
nhan.name = "Khanh-Nhan Nguyen";
nhan.task = tr( "Developer" );
@@ -117,7 +118,6 @@
authors.append( nhan );
m_aboutDialog->setAuthors( authors );
//TODO: add data text
- m_aboutDialog->setDataText( tr( "None" ) );
// m_aboutDialog->setPixmap( m_icon.pixmap( 62, 53 ) );
}
return m_aboutDialog;
More information about the Marble-commits
mailing list