|
|
|
@ -528,7 +528,7 @@ void TopLevel::createMiscActions()
|
|
|
|
|
action->setWhatsThis( hint );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_taDump = new TDEToggleAction( i18n( "&Force Dump" ), "redo",
|
|
|
|
|
_taDump = new TDEToggleAction( i18n( "&Force Dump" ), "edit-redo",
|
|
|
|
|
#if TDE_VERSION > 0x030190
|
|
|
|
|
// for KDE 3.2: TDEStdAccel::key is deprecated
|
|
|
|
|
TDEStdAccel::shortcut(TDEStdAccel::Redo),
|
|
|
|
@ -650,7 +650,7 @@ void TopLevel::createMiscActions()
|
|
|
|
|
"<p>(*) Only if function grouping is switched on (e.g. ELF object grouping).");
|
|
|
|
|
_taExpanded->setWhatsThis( hint );
|
|
|
|
|
|
|
|
|
|
_taCycles = new TDEToggleAction( i18n( "Do Cycle Detection" ), "undo",
|
|
|
|
|
_taCycles = new TDEToggleAction( i18n( "Do Cycle Detection" ), "edit-undo",
|
|
|
|
|
TDEShortcut(),
|
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT( toggleCycles() ), actionCollection(),
|
|
|
|
|
"view_cycles" );
|
|
|
|
|