From 5880f51e9d6a4ad2c670f7679e874fc0610d850a Mon Sep 17 00:00:00 2001 From: schurig Date: Mon, 13 Sep 2004 13:54:56 +0000 Subject: Renamed 'Mine Hunt' to 'Mine Sweep', both in title and icon name --- (limited to 'noncore') diff --git a/noncore/games/minesweep/minesweep.cpp b/noncore/games/minesweep/minesweep.cpp index 4a6a92c..c14609d 100644 --- a/noncore/games/minesweep/minesweep.cpp +++ b/noncore/games/minesweep/minesweep.cpp @@ -240,9 +240,9 @@ MineSweep::MineSweep( QWidget* parent, const char* name, WFlags f ) : QMainWindow( parent, name, f ) { srand(::time(0)); - setCaption( tr("Mine Hunt") ); + setCaption( tr("Mine Sweep") ); QPEApplication::setInputMethodHint(this, QPEApplication::AlwaysOff ); - setIcon( Resource::loadPixmap( "minesweep/MineHunt" ) ); + setIcon( Resource::loadPixmap( "minesweep/MineSweep" ) ); QToolBar *toolBar = new QToolBar( this ); toolBar->setHorizontalStretchable( TRUE ); -- cgit v0.9.0.2