aboutsummaryrefslogtreecommitdiffstats
path: root/data/defscript/popups.kvs
diff options
context:
space:
mode:
authorGravatar Robert Förster2009-09-01 22:12:36 +0000
committerGravatar Robert Förster2009-09-01 22:12:36 +0000
commitea06d9bbbd8d8ef75034bfc3f62838f193537984 (patch)
treea437eeabaa4b3d09f3313a6b0dd07b5bb961749d /data/defscript/popups.kvs
parentupdated splash screen (diff)
downloadKVIrc-ea06d9bbbd8d8ef75034bfc3f62838f193537984.tar.gz
KVIrc-ea06d9bbbd8d8ef75034bfc3f62838f193537984.tar.bz2
KVIrc-ea06d9bbbd8d8ef75034bfc3f62838f193537984.zip
- trailing whitespace cleanups all over the place
- removed charset dependent manpages since it really makes no sense to distribute them, they are getting installed in non standard places and one manpage per language is enough - added SpotChat to the serverdb, happens to be my network anyway :P (someone should remind me to check all the networks and servers there so we can do a cleanup if needed git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3463 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'data/defscript/popups.kvs')
-rw-r--r--data/defscript/popups.kvs12
1 files changed, 6 insertions, 6 deletions
diff --git a/data/defscript/popups.kvs b/data/defscript/popups.kvs
index 33b91cc78..6fd04c41d 100644
--- a/data/defscript/popups.kvs
+++ b/data/defscript/popups.kvs
@@ -101,7 +101,7 @@ defpopup(ignore)
%:inIgnoreList = $reguser.isIgnoreEnabled(%:regName);
if(%:inIgnoreList) %:ignLabelText << $tr("is being ignored")
else %:ignLabelText << $tr("is not being ignored")
-
+
%:ignLabelText << "</p>"
} else {
%:ignLabelText << $tr("is not being ignored")"</p>"
@@ -620,7 +620,7 @@ defpopup(channel)
}
}
separator
-
+
item($tr("Configure ban mask..."),20)
{
options.edit KviChannelAdvancedOptionsWidget
@@ -685,7 +685,7 @@ defpopup(channelpopup)
{
str.toClipboard $chan.getUrl($0)
}
-
+
}
defpopup(channels)
@@ -756,7 +756,7 @@ defpopup(channeltextview)
{
str.toClipboard $chan.getUrl
}
-
+
item($tr("Clear Buffer"),121)
{
clear;
@@ -949,7 +949,7 @@ defpopup(dcc)
{
dcc.send $0
}
-
+
item($tr("Secure send to") $0,79)
{
dcc.send -s $0
@@ -959,7 +959,7 @@ defpopup(dcc)
{
dcc.rsend -z $0
}
-
+
item($tr("Secure Reverse Send to") $0,79)
{
dcc.rsend -z -s $0