Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > media > main-src > by-pkgid > a6bc312ce50b5c8d0c51736e58ac32bc > files > 175

kdebase-3.4.2-55mdk.src.rpm

--- kdebase-3.2/kicker/ui/k_mnu.cpp--	2004-02-13 13:34:50.000000000 +0100
+++ kdebase-3.2/kicker/ui/k_mnu.cpp	2004-02-13 13:37:09.000000000 +0100
@@ -281,7 +281,7 @@ void PanelKMenu::initialize()
     // run command
     if (kapp->authorize("run_command"))
     {
-        insertItem(SmallIconSet("run"), i18n("Run Command..."), this, SLOT( slotRunCommand() ) );
+        insertItem(SmallIconSet("run-mdk"), i18n("Run Command..."), this, SLOT( slotRunCommand() ) );
         insertSeparator();
     }