diff options
Diffstat (limited to 'src/configuration.cpp')
-rw-r--r-- | src/configuration.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configuration.cpp b/src/configuration.cpp index 99b4ff9..4d47965 100644 --- a/src/configuration.cpp +++ b/src/configuration.cpp @@ -37,7 +37,7 @@ Config::Config() kdDebug() << "kommandorc located: " << mConfigPath << endl; if (mConfigPath.isNull() || !TQFile::exists(mConfigPath)){ //test for new config file - kdDebug() << "There is no kommandorc in kdedirs" << endl; + kdDebug() << "There is no kommandorc in tdedirs" << endl; mConfigPath = locateLocal("data", "kommando/kommandorc"); if(TQFile::exists(KShell::homeDir("")+"/.kommandorc")){ //tries old config file @@ -222,7 +222,7 @@ void Config::toKommandoMenu(Kommando* buttonParent) if(it != defaultMenu){ SubmenuButton* button = new SubmenuButton(buttonParent,defaultMenu,mMenuButtonSize); button->hide(); - button->setIcon("up"); + button->setIcon("go-up"); //This registers the button with the Menu, but does not add it to its child List //Doing so would cause the menu to delete the default menu, which already deletes itsself it->insertNoChild(button); |