Revision: 2238 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2238&view=re... Author: frlan Date: 2011-10-06 15:28:32 +0000 (Thu, 06 Oct 2011) Log Message: ----------- GeanyLipsum: Fix an i18n issue.
Modified Paths: -------------- trunk/geany-plugins/geanylipsum/src/geanylipsum.c
Modified: trunk/geany-plugins/geanylipsum/src/geanylipsum.c =================================================================== --- trunk/geany-plugins/geanylipsum/src/geanylipsum.c 2011-10-06 12:40:09 UTC (rev 2237) +++ trunk/geany-plugins/geanylipsum/src/geanylipsum.c 2011-10-06 15:28:32 UTC (rev 2238) @@ -18,8 +18,6 @@ * MA 02110-1301, USA. */
-#include "geanyplugin.h" - #ifdef HAVE_CONFIG_H #include "config.h" /* for the gettext domain */ #endif @@ -29,6 +27,7 @@ # include <locale.h> #endif
+#include <geanyplugin.h>
GeanyPlugin *geany_plugin; GeanyData *geany_data;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.