diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-02-24 16:52:13 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-02-24 16:52:13 +0100 |
commit | fe579a2765fe9ba64bbeafde686b4ff15bad4706 (patch) | |
tree | 7c8ae5515000f72f581972fb87f0f758c175f5ee /src | |
parent | e13167f8535d0b0bc9fc283ab1069669b301df67 (diff) | |
download | kvirc-fe579a2765fe9ba64bbeafde686b4ff15bad4706.tar.gz kvirc-fe579a2765fe9ba64bbeafde686b4ff15bad4706.zip |
Fix unintended rename of nick*
Diffstat (limited to 'src')
-rw-r--r-- | src/kvirc/kernel/kvi_coreactions.cpp | 2 | ||||
-rw-r--r-- | src/kvirc/kvs/kvi_kvs_eventtable.cpp | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/kvirc/kernel/kvi_coreactions.cpp b/src/kvirc/kernel/kvi_coreactions.cpp index 1c64dc9a..8a664309 100644 --- a/src/kvirc/kernel/kvi_coreactions.cpp +++ b/src/kvirc/kernel/kvi_coreactions.cpp @@ -834,7 +834,7 @@ KviChangeNickAction::KviChangeNickAction(TQObject * pParent) __tr2qs("Change Nickname"), __tr2qs("Shows a popup menu that allows quickly changing the nickname"), KviActionManager::categoryIrc(), - "kvi_bigicon_nictdepopup.png", + "kvi_bigicon_nickpopup.png", KVI_SMALLICON_NICK, NeedsConnection | NeedsContext) { diff --git a/src/kvirc/kvs/kvi_kvs_eventtable.cpp b/src/kvirc/kvs/kvi_kvs_eventtable.cpp index 17f0d8c6..dc230b33 100644 --- a/src/kvirc/kvs/kvi_kvs_eventtable.cpp +++ b/src/kvirc/kvs/kvi_kvs_eventtable.cpp @@ -199,7 +199,7 @@ KviKvsEvent KviKvsEventManager::m_appEventTable[KVI_NUM_SCRIPT_EVENTS]= */ EVENT("OnIRC",""), /* - @doc: onchannelnictdepopuprequest + @doc: onchannelnickpopuprequest @type: event @title: @@ -236,7 +236,7 @@ KviKvsEvent KviKvsEventManager::m_appEventTable[KVI_NUM_SCRIPT_EVENTS]= Channel window @description: @seealso: - [event:onchannelnictdepopuprequest]OnChannelNickPopupRequest[/event] + [event:onchannelnickpopuprequest]OnChannelNickPopupRequest[/event] */ EVENT("OnChannelNickDefaultActionRequest","$0 = nick list"), /* @@ -534,13 +534,13 @@ KviKvsEvent KviKvsEventManager::m_appEventTable[KVI_NUM_SCRIPT_EVENTS]= that can be performed with the nickname like querying , sending a file by dcc or opening a dcc.chat. Please note that NOT ALL the nickname links will receive this event.[br] The nickname links that appear in the text view of the channel that they are actually in - are handled by the [event:onchannelnictdepopuprequest]OnChannelNickPopupRequest[/event] event.[br] + are handled by the [event:onchannelnickpopuprequest]OnChannelNickPopupRequest[/event] event.[br] The nickname links that appear in the text view of the query in that they are a remote end - are handled by the [event:onquerynictdepopuprequest]OnQueryNickPopupRequest[/event] event.[br] + are handled by the [event:onquerynickpopuprequest]OnQueryNickPopupRequest[/event] event.[br] */ EVENT("OnNickLinkPopupRequest","$0 = actual name\n$1 - visible name\n$2 - command name"), /* - @doc: onquerynictdepopuprequest + @doc: onquerynickpopuprequest @type: event @title: |