|
|
|
@ -240,7 +240,7 @@ void CatalogManager::setupActions()
|
|
|
|
|
action = new TDEAction( i18n("Re&place in Files..."), CTRL+Key_R, TQT_TQOBJECT(this),
|
|
|
|
|
TQT_SLOT(replace()), actionCollection(), "replace_in_files");
|
|
|
|
|
action->setEnabled(false);
|
|
|
|
|
action = new TDEAction( i18n("&Stop Searching"), "stop", Key_Escape, TQT_TQOBJECT(this),
|
|
|
|
|
action = new TDEAction( i18n("&Stop Searching"), "process-stop", Key_Escape, TQT_TQOBJECT(this),
|
|
|
|
|
TQT_SLOT(stopSearching()), actionCollection(), "stop_search");
|
|
|
|
|
action->setEnabled(false);
|
|
|
|
|
action = new TDEAction( i18n("&Reload"), "reload", TDEStdAccel::reload(), TQT_TQOBJECT(_catalogManager),
|
|
|
|
|