|
|
|
@ -3069,7 +3069,7 @@ void KMMainWidget::setupActions()
|
|
|
|
|
actionCollection(), "go_next_message" );
|
|
|
|
|
|
|
|
|
|
new TDEAction( KGuiItem( i18n("Next &Unread Message"),
|
|
|
|
|
TQApplication::reverseLayout() ? "previous" : "next",
|
|
|
|
|
TQApplication::reverseLayout() ? "go-previous" : "go-next",
|
|
|
|
|
i18n("Go to the next unread message") ),
|
|
|
|
|
Key_Plus, TQT_TQOBJECT(this), TQT_SLOT(slotNextUnreadMessage()),
|
|
|
|
|
actionCollection(), "go_next_unread_message" );
|
|
|
|
@ -3087,7 +3087,7 @@ void KMMainWidget::setupActions()
|
|
|
|
|
actionCollection(), "go_prev_message" );
|
|
|
|
|
|
|
|
|
|
new TDEAction( KGuiItem( i18n("Previous Unread &Message"),
|
|
|
|
|
TQApplication::reverseLayout() ? "next" : "previous",
|
|
|
|
|
TQApplication::reverseLayout() ? "go-next" : "go-previous",
|
|
|
|
|
i18n("Go to the previous unread message") ),
|
|
|
|
|
Key_Minus, TQT_TQOBJECT(this), TQT_SLOT(slotPrevUnreadMessage()),
|
|
|
|
|
actionCollection(), "go_prev_unread_message" );
|
|
|
|
|