author | schurig <schurig> | 2004-09-13 13:54:56 (UTC) |
---|---|---|
committer | schurig <schurig> | 2004-09-13 13:54:56 (UTC) |
commit | 5880f51e9d6a4ad2c670f7679e874fc0610d850a (patch) (unidiff) | |
tree | 50f251b078dc63588f0a521e9ccea014dabc0ca7 /noncore | |
parent | 79c99fb1b7317ad104e3b54bcbcf726f6413e8be (diff) | |
download | opie-5880f51e9d6a4ad2c670f7679e874fc0610d850a.zip opie-5880f51e9d6a4ad2c670f7679e874fc0610d850a.tar.gz opie-5880f51e9d6a4ad2c670f7679e874fc0610d850a.tar.bz2 |
Renamed 'Mine Hunt' to 'Mine Sweep', both in title and icon name
-rw-r--r-- | noncore/games/minesweep/minesweep.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 ) | |||
240 | : QMainWindow( parent, name, f ) | 240 | : QMainWindow( parent, name, f ) |
241 | { | 241 | { |
242 | srand(::time(0)); | 242 | srand(::time(0)); |
243 | setCaption( tr("Mine Hunt") ); | 243 | setCaption( tr("Mine Sweep") ); |
244 | QPEApplication::setInputMethodHint(this, QPEApplication::AlwaysOff ); | 244 | QPEApplication::setInputMethodHint(this, QPEApplication::AlwaysOff ); |
245 | setIcon( Resource::loadPixmap( "minesweep/MineHunt" ) ); | 245 | setIcon( Resource::loadPixmap( "minesweep/MineSweep" ) ); |
246 | 246 | ||
247 | QToolBar *toolBar = new QToolBar( this ); | 247 | QToolBar *toolBar = new QToolBar( this ); |
248 | toolBar->setHorizontalStretchable( TRUE ); | 248 | toolBar->setHorizontalStretchable( TRUE ); |