diff options
| author | 2008-09-22 16:26:38 +0000 | |
|---|---|---|
| committer | 2008-09-22 16:26:38 +0000 | |
| commit | 689dc1699b24404856a91a22e208e27e8fd926a4 (patch) | |
| tree | e3563b5aecfca078cb0756d2469f89455a8d2d48 /src/modules/popupeditor/libkvipopupeditor.cpp | |
| parent | reworked $version() (diff) | |
| download | KVIrc-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.cpp | 2 |
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, |
