Revision: 2230 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2230&view=re... Author: frlan Date: 2011-10-04 19:21:07 +0000 (Tue, 04 Oct 2011) Log Message: ----------- GeanySendMail: Fix i18n
(At least I hope so)
Modified Paths: -------------- trunk/geany-plugins/geanysendmail/ChangeLog trunk/geany-plugins/geanysendmail/src/geanysendmail.c
Modified: trunk/geany-plugins/geanysendmail/ChangeLog =================================================================== --- trunk/geany-plugins/geanysendmail/ChangeLog 2011-10-04 19:20:46 UTC (rev 2229) +++ trunk/geany-plugins/geanysendmail/ChangeLog 2011-10-04 19:21:07 UTC (rev 2230) @@ -1,6 +1,7 @@ 2011-10-04 Frank Lanitz frlan@frank.uvena.de
* Remove not needed call of main_locale_init() + * Fix i18n for plugin
2011-09-25 Frank Lanitz frlan@frank.uvena.de @@ -10,7 +11,6 @@ * Don't free address variable in case of none address-dialog was shown.
- 2011-06-21 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Deprecate ui_widget_set_tooltip_text() in favor of
Modified: trunk/geany-plugins/geanysendmail/src/geanysendmail.c =================================================================== --- trunk/geany-plugins/geanysendmail/src/geanysendmail.c 2011-10-04 19:20:46 UTC (rev 2229) +++ trunk/geany-plugins/geanysendmail/src/geanysendmail.c 2011-10-04 19:21:07 UTC (rev 2230) @@ -23,16 +23,13 @@
/* A little plugin to send a document as attachment using the preferred mail client */
-#include "geanyplugin.h" -#include "icon.h"
#ifdef HAVE_CONFIG_H #include "config.h" /* for the gettext domain */ #endif
-#ifdef HAVE_LOCALE_H -# include <locale.h> -#endif +#include "geanyplugin.h" +#include "icon.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.