diff options
Diffstat (limited to 'ksokoban')
-rw-r--r-- | ksokoban/MainWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksokoban/MainWindow.cpp b/ksokoban/MainWindow.cpp index a75fcd7a..ef8c4481 100644 --- a/ksokoban/MainWindow.cpp +++ b/ksokoban/MainWindow.cpp @@ -89,7 +89,7 @@ MainWindow::MainWindow() : TDEMainWindow(0), externalCollection_(0) { menu_ = new KMenuBar(this, "menubar" ); game_ = new TQPopupMenu(0,"game menu"); - pixmap = SmallIcon("fileopen"); + pixmap = SmallIcon("document-open"); game_->insertItem(TQIconSet(pixmap), i18n("&Load Levels..."), this, TQT_SLOT(loadLevels())); pixmap = SmallIcon("forward"); game_->insertItem(TQIconSet(pixmap), i18n("&Next Level"), playField_, TQT_SLOT(nextLevel()), Key_N); |