aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/popupeditor/libkvipopupeditor.cpp
diff options
context:
space:
mode:
authorGravatar Fabio Bas2008-09-22 16:26:38 +0000
committerGravatar Fabio Bas2008-09-22 16:26:38 +0000
commit689dc1699b24404856a91a22e208e27e8fd926a4 (patch)
treee3563b5aecfca078cb0756d2469f89455a8d2d48 /src/modules/popupeditor/libkvipopupeditor.cpp
parentreworked $version() (diff)
downloadKVIrc-689dc1699b24404856a91a22e208e27e8fd926a4.tar.gz
KVIrc-689dc1699b24404856a91a22e208e27e8fd926a4.tar.bz2
KVIrc-689dc1699b24404856a91a22e208e27e8fd926a4.zip
ported "popupeditor" module
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2531 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/popupeditor/libkvipopupeditor.cpp')
-rw-r--r--src/modules/popupeditor/libkvipopupeditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/popupeditor/libkvipopupeditor.cpp b/src/modules/popupeditor/libkvipopupeditor.cpp
index 2d8113668..25aad115d 100644
--- a/src/modules/popupeditor/libkvipopupeditor.cpp
+++ b/src/modules/popupeditor/libkvipopupeditor.cpp
@@ -80,7 +80,7 @@ static bool popupeditor_module_cleanup(KviModule *m)
KVIRC_MODULE(
"PopupEditor", // module name
"4.0.0", // module version
- "Copyright (C) 2002 Szymon Stefanek (pragma at kvirc dot net)", // author & (C)
+ "Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net)", // author & (C)
"Editor for the script popups",
popupeditor_module_init,
popupeditor_module_can_unload,