[Marble-commits] KDE/kdeedu/marble/src/lib
Pino Toscano
pino at kde.org
Tue Jan 11 10:10:19 CET 2011
SVN commit 1213666 by pino:
add a (simple) title to the message box
M +1 -1 MarbleThemeSelectView.cpp
--- trunk/KDE/kdeedu/marble/src/lib/MarbleThemeSelectView.cpp #1213665:1213666
@@ -169,7 +169,7 @@
void MarbleThemeSelectView::deleteMap()
{
if(QMessageBox::warning( this,
- tr( "" ),
+ tr( "Marble" ),
tr( "Are you sure that you want to delete \"%1\"?" ).arg( d->currentThemeName() ),
QMessageBox::Yes | QMessageBox::No) == QMessageBox::Yes )
{
More information about the Marble-commits
mailing list