[Marble-commits] KDE/kdeedu/marble/src
Dennis Nienhüser
earthwings at gentoo.org
Mon Sep 13 22:23:16 CEST 2010
SVN commit 1174995 by nienhueser:
Rename "Open Map" to plain "Open". The files opened (gpx/kml) are usually not maps.
M +1 -1 QtMainWindow.cpp
--- trunk/KDE/kdeedu/marble/src/QtMainWindow.cpp #1174994:1174995
@@ -122,7 +122,7 @@
void MainWindow::createActions()
{
- m_openAct = new QAction( QIcon(":/icons/document-open.png"), tr( "&Open Map..."), this );
+ m_openAct = new QAction( QIcon(":/icons/document-open.png"), tr( "&Open..."), this );
m_openAct->setShortcut( tr( "Ctrl+O" ) );
m_openAct->setStatusTip( tr( "Open a file for viewing on Marble"));
connect( m_openAct, SIGNAL( triggered() ),
More information about the Marble-commits
mailing list