mcabber/mcabber/main.c
changeset 1678 e489ead6574a
parent 1674 f02e7076ccec
child 1685 1342df44c814
--- a/mcabber/mcabber/main.c	Wed Jan 20 11:08:03 2010 +0200
+++ b/mcabber/mcabber/main.c	Mon Jan 18 18:49:25 2010 +0200
@@ -44,6 +44,7 @@
 #include "otr.h"
 #include "fifo.h"
 #include "xmpp.h"
+#include "help.h"
 
 #ifdef ENABLE_HGCSET
 # include "hgcset.h"
@@ -359,6 +360,7 @@
   /* Initialize charset */
   scr_InitLocaleCharSet();
   ut_InitDebug();
+  help_init();
 
   /* Parsing config file... */
   ret = cfg_read_file(configFile, TRUE);