SF.net SVN: geany-plugins:[2246] trunk/geany-plugins/devhelp/src

cesspit at users.sourceforge.net cesspit at xxxxx
Fri Oct 7 14:59:23 UTC 2011


Revision: 2246
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2246&view=rev
Author:   cesspit
Date:     2011-10-07 14:59:23 +0000 (Fri, 07 Oct 2011)
Log Message:
-----------
fix i18n for devhelp

Modified Paths:
--------------
    trunk/geany-plugins/devhelp/src/dhp-codesearch.c
    trunk/geany-plugins/devhelp/src/dhp-manpages.c
    trunk/geany-plugins/devhelp/src/dhp-object.c
    trunk/geany-plugins/devhelp/src/dhp-plugin.c

Modified: trunk/geany-plugins/devhelp/src/dhp-codesearch.c
===================================================================
--- trunk/geany-plugins/devhelp/src/dhp-codesearch.c	2011-10-07 13:11:58 UTC (rev 2245)
+++ trunk/geany-plugins/devhelp/src/dhp-codesearch.c	2011-10-07 14:59:23 UTC (rev 2246)
@@ -1,6 +1,11 @@
 #include <glib.h>
 #include <webkit/webkitwebview.h>
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+#include <geanyplugin.h>
+
 #include "dhp.h"
 
 

Modified: trunk/geany-plugins/devhelp/src/dhp-manpages.c
===================================================================
--- trunk/geany-plugins/devhelp/src/dhp-manpages.c	2011-10-07 13:11:58 UTC (rev 2245)
+++ trunk/geany-plugins/devhelp/src/dhp-manpages.c	2011-10-07 14:59:23 UTC (rev 2246)
@@ -4,6 +4,11 @@
 #include <errno.h>
 #include <glib.h>
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+#include <geanyplugin.h>
+
 #include "dhp.h"
 
 

Modified: trunk/geany-plugins/devhelp/src/dhp-object.c
===================================================================
--- trunk/geany-plugins/devhelp/src/dhp-object.c	2011-10-07 13:11:58 UTC (rev 2245)
+++ trunk/geany-plugins/devhelp/src/dhp-object.c	2011-10-07 14:59:23 UTC (rev 2246)
@@ -22,10 +22,11 @@
 #include <stdlib.h>
 #include <string.h>
 #include <gtk/gtk.h>
-#include <geanyplugin.h>
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
+#include <geanyplugin.h>
 
 #include <devhelp/dh-base.h>
 #include <devhelp/dh-book-tree.h>

Modified: trunk/geany-plugins/devhelp/src/dhp-plugin.c
===================================================================
--- trunk/geany-plugins/devhelp/src/dhp-plugin.c	2011-10-07 13:11:58 UTC (rev 2245)
+++ trunk/geany-plugins/devhelp/src/dhp-plugin.c	2011-10-07 14:59:23 UTC (rev 2246)
@@ -24,7 +24,12 @@
 
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h> /* for keybindings */
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 #include <geanyplugin.h>
+
 #include <devhelp/dh-search.h>
 
 #include "dhp-plugin.h"

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Plugins-Commits mailing list