SF.net SVN: geany-plugins:[2238] trunk/geany-plugins/geanylipsum/src/ geanylipsum.c
frlan at users.sourceforge.net
frlan at xxxxx
Thu Oct 6 15:28:32 UTC 2011
Revision: 2238
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2238&view=rev
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.
More information about the Plugins-Commits
mailing list