diff mcabber/mcabber/main.c @ 1678:e489ead6574a

New help system * Configurable multiple help location directories * Multiple languages support * Utilizing option guards to be configurable dynamically * Language autodetection from locale with fallback to 'en'
author Myhailo Danylenko <isbear@ukrpost.net>
date Mon, 18 Jan 2010 18:49:25 +0200
parents f02e7076ccec
children 1342df44c814
line wrap: on
line diff
--- 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);