|
|
|
@ -454,7 +454,7 @@ void KBabelMW::setupActions()
|
|
|
|
|
action = new KAction(i18n("Copy Selected Character to Msgstr"), Key_F10, TQT_TQOBJECT(m_charselectorview)
|
|
|
|
|
,TQT_SLOT(emitChar()), actionCollection(), "char2msgstr");
|
|
|
|
|
|
|
|
|
|
a_unsetFuzzy = new KAction(i18n("To&ggle Fuzzy tqStatus"), "togglefuzzy", CTRL+Key_U, TQT_TQOBJECT(m_view)
|
|
|
|
|
a_unsetFuzzy = new KAction(i18n("To&ggle Fuzzy Status"), "togglefuzzy", CTRL+Key_U, TQT_TQOBJECT(m_view)
|
|
|
|
|
, TQT_SLOT(removeFuzzytqStatus()), actionCollection(), "edit_toggle_fuzzy");
|
|
|
|
|
action = new KAction(i18n("&Edit Header..."), 0, TQT_TQOBJECT(m_view), TQT_SLOT(editHeader()),
|
|
|
|
|
actionCollection(), "edit_edit_header");
|
|
|
|
|