diff options
| author | 2011-05-21 14:15:51 +0000 | |
|---|---|---|
| committer | 2011-05-21 14:15:51 +0000 | |
| commit | 9a03821bc56444fc26c03c332399344e1afc95bd (patch) | |
| tree | 9cd1bff8d5f78f06592be37bfe533bad9e23d2d4 /src/modules | |
| parent | Re-enabled pseudotransparency for the notifier. I agree this forces the user ... (diff) | |
| download | KVIrc-9a03821bc56444fc26c03c332399344e1afc95bd.tar.gz KVIrc-9a03821bc56444fc26c03c332399344e1afc95bd.tar.bz2 KVIrc-9a03821bc56444fc26c03c332399344e1afc95bd.zip | |
updated changelog
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5848 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/log/libkvilog.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/log/libkvilog.cpp b/src/modules/log/libkvilog.cpp index 0f6b4e87c..b0fa3a22f 100644 --- a/src/modules/log/libkvilog.cpp +++ b/src/modules/log/libkvilog.cpp @@ -348,7 +348,8 @@ static bool log_module_cleanup(KviModule *) KVIRC_MODULE( "Log", // module name "4.0.0", // module version - "Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net)", // author & (C) + "Copyright (C) 2001 Szymon Stefanek (pragma at kvirc dot net)\n" \ + " 2011 Elvio Basello (hellvis69 at gmail dot com)", // author & (C) "User interface to the logging system for KVIrc", log_module_init, 0, |
