SF.net SVN: geany:[5880] trunk/doc/plugins.dox

frlan at users.sourceforge.net frlan at xxxxx
Mon Aug 1 19:20:39 UTC 2011


Revision: 5880
          http://geany.svn.sourceforge.net/geany/?rev=5880&view=rev
Author:   frlan
Date:     2011-08-01 19:20:39 +0000 (Mon, 01 Aug 2011)

Log Message:
-----------
Add hint to prevent double calling of main_local_init() into plugin HowTo.

Modified Paths:
--------------
    trunk/doc/plugins.dox

Modified: trunk/doc/plugins.dox
===================================================================
--- trunk/doc/plugins.dox	2011-07-31 17:37:12 UTC (rev 5879)
+++ trunk/doc/plugins.dox	2011-08-01 19:20:39 UTC (rev 5880)
@@ -451,4 +451,7 @@
 		G_CALLBACK(item_activate_cb), NULL);
 }
  * @endcode
+ *
+ * If you already did use PLUGIN_SET_TRANSLATABLE_INFO() you don't need
+ * to add main_locale_init() as it has been already called.
  **/


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list