diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:56 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:56 -0500 |
commit | 14e371192dfef0f2862f0a16e5dcfc8c5db1eeef (patch) | |
tree | 1fd311193b3809383406494aba84883f7e27c31a /ksokoban | |
parent | 2eda1e5dd5bfee90414504753c0ddf940014c655 (diff) | |
download | tdegames-14e371192dfef0f2862f0a16e5dcfc8c5db1eeef.tar.gz tdegames-14e371192dfef0f2862f0a16e5dcfc8c5db1eeef.zip |
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
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); |