aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar un1versal2016-01-12 02:25:35 +0000
committerGravatar un1versal2016-01-12 03:28:55 +0000
commite375e15caf5d431d5846a332e17646ef2834bc5c (patch)
treecac3b585a0e57bd21a11543792a8e9df190e31de
parentKviIconManager/KviOptions: fix icons assignments and add new highlight icon (diff)
downloadKVIrc-e375e15caf5d431d5846a332e17646ef2834bc5c.tar.gz
KVIrc-e375e15caf5d431d5846a332e17646ef2834bc5c.tar.bz2
KVIrc-e375e15caf5d431d5846a332e17646ef2834bc5c.zip
popups: fix icon assignments
-rw-r--r--data/defscript/popups.kvs16
1 files changed, 8 insertions, 8 deletions
diff --git a/data/defscript/popups.kvs b/data/defscript/popups.kvs
index c85ca443b..02b555f79 100644
--- a/data/defscript/popups.kvs
+++ b/data/defscript/popups.kvs
@@ -23,12 +23,12 @@ defpopup(highlight)
tmphighlight.removeNick $0
}
- item($tr("Start Highlighting (Local)","defscript"),181) (!%:beingHlTmp && !%:beingHl)
+ item($tr("Start Highlighting (Local)","defscript"),269) (!%:beingHlTmp && !%:beingHl)
{
tmphighlight.addNick $0
}
- popup($tr("Always Highlight","defscript"),181) (!%:beingHl && !%:regName)
+ popup($tr("Always Highlight","defscript"),269) (!%:beingHl && !%:regName)
{
item($tr("Highlight as","defscript") $0 "("$mask($0,11)")") ("$reguser.exactMatch($mask($0,11))" == "")
{
@@ -61,7 +61,7 @@ defpopup(highlight)
}
}
- item($tr("Always Highlight","defscript"),181) (!%:beingHl && %:regName)
+ item($tr("Always Highlight","defscript"),269) (!%:beingHl && %:regName)
{
reguser.setproperty $0 highlight 1
}
@@ -484,7 +484,7 @@ defpopup(windowpopup)
}
}
- item($str.printf($tr("Stop Auto-Joining Channel on Server '?s'","defscript"),%:szServer),44) (%:bIsChannel && %:bIsAutoJoinedOnServer)
+ item($str.printf($tr("Stop Auto-joining Channel on Server '?s'","defscript"),%:szServer),44) (%:bIsChannel && %:bIsAutoJoinedOnServer)
{
%aChans = $array()
foreach(%szChanAndPass,$serverdb.serverJoinChannels(%:szNetwork,%:szServer))
@@ -497,7 +497,7 @@ defpopup(windowpopup)
serverdb.setServerJoinChannels %:szNetwork %:szServer %aChans
}
- item($str.printf($tr("Stop Auto-Joining Channel on Network '?s'","defscript"),%:szNetwork),44) (%:bIsChannel && %:bIsAutoJoinedOnNetwork)
+ item($str.printf($tr("Stop Auto-joining Channel on Network '?s'","defscript"),%:szNetwork),44) (%:bIsChannel && %:bIsAutoJoinedOnNetwork)
{
%aChans = $array()
foreach(%szChanAndPass,$serverdb.networkJoinChannels(%:szNetwork))
@@ -634,7 +634,7 @@ defpopup(defaulttextview)
extpopup($tr("&Registration","defscript"),registration,113) (!%:multiple)
- extpopup($tr("&Highlight","defscript"),highlight,181) (!%:multiple)
+ extpopup($tr("&Highlight","defscript"),highlight,269) (!%:multiple)
extpopup($tr("Ig&nore","defscript"),ignore,203) (!%:multiple)
@@ -864,7 +864,7 @@ defpopup(channeltextview)
separator
- extpopup($tr("&Highlight","defscript"),channelhighlight,181)
+ extpopup($tr("&Highlight","defscript"),channelhighlight,269)
item($tr("Copy Channel URL to Clipboard","defscript"),18)
{
@@ -1508,7 +1508,7 @@ defpopup(channel)
extpopup($tr("&Registration","defscript"),registration,113) (!%:multiple)
- extpopup($tr("&Highlight","defscript"),highlight,181) (!%:multiple)
+ extpopup($tr("&Highlight","defscript"),highlight,269) (!%:multiple)
extpopup($tr("Ig&nore","defscript"),ignore,203) (!%:multiple)