SF.net SVN: geany-plugins:[2240] trunk/geany-plugins/tableconvert
frlan at users.sourceforge.net
frlan at xxxxx
Thu Oct 6 16:03:10 UTC 2011
Revision: 2240
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2240&view=rev
Author: frlan
Date: 2011-10-06 16:03:10 +0000 (Thu, 06 Oct 2011)
Log Message:
-----------
Tableconvert: Fixing some i18n issue.
Modified Paths:
--------------
trunk/geany-plugins/tableconvert/ChangeLog
trunk/geany-plugins/tableconvert/src/tableconvert.c
Modified: trunk/geany-plugins/tableconvert/ChangeLog
===================================================================
--- trunk/geany-plugins/tableconvert/ChangeLog 2011-10-06 15:29:14 UTC (rev 2239)
+++ trunk/geany-plugins/tableconvert/ChangeLog 2011-10-06 16:03:10 UTC (rev 2240)
@@ -1,3 +1,9 @@
+2011-10-06 Frank Lanitz <frlan at frank.uvena.de>
+
+ * Fixing some i18n issue.
+
+
+
2011-08-19 Frank Lanitz <frlan at frank.uvena.de>
* Added a function to convert to SQL e.g. for preparing an
Modified: trunk/geany-plugins/tableconvert/src/tableconvert.c
===================================================================
--- trunk/geany-plugins/tableconvert/src/tableconvert.c 2011-10-06 15:29:14 UTC (rev 2239)
+++ trunk/geany-plugins/tableconvert/src/tableconvert.c 2011-10-06 16:03:10 UTC (rev 2240)
@@ -289,8 +289,6 @@
{
init_keybindings();
- main_locale_init(LOCALEDIR, GETTEXT_PACKAGE);
-
/* Build up menu entry */
main_menu_item = gtk_menu_item_new_with_mnemonic(_("_Convert to table"));
gtk_container_add(GTK_CONTAINER(geany->main_widgets->tools_menu), main_menu_item);
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