Revision: 402 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=402&view=rev Author: yurand Date: 2009-01-24 00:15:48 +0000 (Sat, 24 Jan 2009)
Log Message: ----------- GeanyDoc: locale_init fix
Modified Paths: -------------- trunk/geanydoc/src/geanydoc.c
Modified: trunk/geanydoc/src/geanydoc.c =================================================================== --- trunk/geanydoc/src/geanydoc.c 2009-01-23 12:59:06 UTC (rev 401) +++ trunk/geanydoc/src/geanydoc.c 2009-01-24 00:15:48 UTC (rev 402) @@ -446,10 +446,12 @@ void plugin_init(G_GNUC_UNUSED GeanyData * data) { - gchar *kb_label1 = _("Document current word"); - gchar *kb_label2 = _("Document interactive"); + gchar *kb_label1; + gchar *kb_label2;
p_main->locale_init(LOCALEDIR, GETTEXT_PACKAGE); + kb_label1 = _("Document current word"); + kb_label2 = _("Document interactive");
config_init();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org