diff options
Diffstat (limited to 'knode/kncomposer.cpp')
-rw-r--r-- | knode/kncomposer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knode/kncomposer.cpp b/knode/kncomposer.cpp index cc8398d0c..c13027a71 100644 --- a/knode/kncomposer.cpp +++ b/knode/kncomposer.cpp @@ -205,7 +205,7 @@ KNComposer::KNComposer(KNLocalArticle *a, const TQString &text, const TQString & //------------------------------- <Actions> -------------------------------------- //file menu - new TDEAction(i18n("&Send Now"),"mail_send", CTRL + Key_Return , TQT_TQOBJECT(this), + new TDEAction(i18n("&Send Now"),"mail-send", CTRL + Key_Return , TQT_TQOBJECT(this), TQT_SLOT(slotSendNow()), actionCollection(), "send_now"); new TDEAction(i18n("Send &Later"), "queue", 0, TQT_TQOBJECT(this), |