Revision: 2242 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2242&view=re... Author: frlan Date: 2011-10-06 16:14:58 +0000 (Thu, 06 Oct 2011) Log Message: ----------- GeanyVC: Try to fix some i18n issue.
Modified Paths: -------------- trunk/geany-plugins/geanyvc/src/geanyvc.c
Modified: trunk/geany-plugins/geanyvc/src/geanyvc.c =================================================================== --- trunk/geany-plugins/geanyvc/src/geanyvc.c 2011-10-06 16:03:30 UTC (rev 2241) +++ trunk/geany-plugins/geanyvc/src/geanyvc.c 2011-10-06 16:14:58 UTC (rev 2242) @@ -30,11 +30,13 @@ #include <unistd.h>
#include "geanyvc.h" -#include <geanyplugin.h> #include "SciLexer.h"
#include <config.h>
+ +#include <geanyplugin.h> + #ifdef USE_GTKSPELL #include <gtkspell/gtkspell.h> #endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org