| Summary: | Wrong explanation for "Set available globally" menu item | ||
|---|---|---|---|
| Product: | [Applications] konversation | Reporter: | Albert Astals Cid <aacid> |
| Component: | general | Assignee: | Konversation Bugs <konversation-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Albert Astals Cid
2006-08-25 21:47:49 UTC
SVN commit 577222 by hein:
Don't show incorrect description for global away toggle.
BUG:132995
M +0 -1 konversationmainwindow.cpp
--- trunk/extragear/network/konversation/src/konversationmainwindow.cpp #577221:577222
@@ -233,7 +233,6 @@
KAction* awayAction = new KAction(i18n("Set &Away Globally")/*, "konversationaway"*/, KShortcut("Ctrl+Alt+A"),
static_cast<KonversationApplication *>(kapp), SLOT(toggleAway()), actionCollection(),"toggle_away");
awayAction->setEnabled(false);
- awayAction->setToolTip(i18n("Switch to Away mode in all open connections"));
action = new KAction(i18n("&Join Channel..."), 0, KShortcut("Ctrl+J"), m_viewContainer, SLOT(showJoinChannelDialog()), actionCollection(), "join_channel");
action->setEnabled(false);
|