aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/math/libkvimath.cpp
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/math/libkvimath.cpp
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/math/libkvimath.cpp')
-rw-r--r--src/modules/math/libkvimath.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/math/libkvimath.cpp b/src/modules/math/libkvimath.cpp
index a17cbd5e0..111e5b026 100644
--- a/src/modules/math/libkvimath.cpp
+++ b/src/modules/math/libkvimath.cpp
@@ -466,5 +466,6 @@ KVIRC_MODULE(
math_module_init,
0,
0,
- math_module_cleanup
+ math_module_cleanup,
+ 0
)