aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/pythoncore
diff options
context:
space:
mode:
authorGravatar Fabio Bas2010-01-24 15:21:20 +0000
committerGravatar Fabio Bas2010-01-24 15:21:20 +0000
commit69d50d1574344e12af9262663686225b74e011ef (patch)
tree85fe50686b0e91397a151540dda5189f8564ceff /src/modules/pythoncore
parentfix for #695 (diff)
downloadKVIrc-69d50d1574344e12af9262663686225b74e011ef.tar.gz
KVIrc-69d50d1574344e12af9262663686225b74e011ef.tar.bz2
KVIrc-69d50d1574344e12af9262663686225b74e011ef.zip
final fix for #695, plus added missing po files for "python" and "sharedfile" (notice to translators)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3877 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/pythoncore')
-rw-r--r--src/modules/pythoncore/libkvipythoncore.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/pythoncore/libkvipythoncore.cpp b/src/modules/pythoncore/libkvipythoncore.cpp
index d94a66be5..27f80379a 100644
--- a/src/modules/pythoncore/libkvipythoncore.cpp
+++ b/src/modules/pythoncore/libkvipythoncore.cpp
@@ -296,5 +296,6 @@ KVIRC_MODULE(
pythoncore_module_init,
pythoncore_module_can_unload,
pythoncore_module_ctrl,
- pythoncore_module_cleanup
+ pythoncore_module_cleanup,
+ "python"
)