diff options
| author | 2008-11-06 22:09:50 +0000 | |
|---|---|---|
| committer | 2008-11-06 22:09:50 +0000 | |
| commit | 0d0e5faa97db4a7880cc62bce233426f697fc1c6 (patch) | |
| tree | 734a9a7e01c3467bc0f510eb6790aa632e89765a /src | |
| parent | fixed caps for lamerizer module (diff) | |
| download | KVIrc-0d0e5faa97db4a7880cc62bce233426f697fc1c6.tar.gz KVIrc-0d0e5faa97db4a7880cc62bce233426f697fc1c6.tar.bz2 KVIrc-0d0e5faa97db4a7880cc62bce233426f697fc1c6.zip | |
updated dutch translation
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2836 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/perlcore/libkviperlcore.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/perlcore/libkviperlcore.cpp b/src/modules/perlcore/libkviperlcore.cpp index 3b849279c..584e8a2d9 100644 --- a/src/modules/perlcore/libkviperlcore.cpp +++ b/src/modules/perlcore/libkviperlcore.cpp @@ -383,17 +383,17 @@ static bool perlcore_module_init(KviModule * m) #endif // !COMPILE_PERL_SUPPORT } -static bool perlcore_module_cleanup(KviModule *m) +static bool perlcore_module_cleanup(KviModule * m) { #ifdef COMPILE_PERL_SUPPORT perlcore_destroy_all_interpreters(); delete g_pInterpreters; - g_pInterpreters = 0; + g_pInterpreters = 0; #endif // COMPILE_PERL_SUPPORT return true; } -static bool perlcore_module_can_unload(KviModule *m) +static bool perlcore_module_can_unload(KviModule * m) { #ifdef COMPILE_PERL_SUPPORT return (g_pInterpreters->count() == 0); @@ -402,7 +402,7 @@ static bool perlcore_module_can_unload(KviModule *m) } KVIRC_MODULE( - "Perl", // module name + "PerlCore", // module name "4.0.0", // module version "Copyright (C) 2008 Szymon Stefanek (pragma at kvirc dot net)", // author & (C) "Perl scripting engine core", |
