Revision: 1831 http://geany.svn.sourceforge.net/geany/?rev=1831&view=rev Author: eht16 Date: 2007-08-28 03:48:52 -0700 (Tue, 28 Aug 2007)
Log Message: ----------- Fix comment for PLUGIN_INFO.
Modified Paths: -------------- trunk/plugins/demoplugin.c
Modified: trunk/plugins/demoplugin.c =================================================================== --- trunk/plugins/demoplugin.c 2007-08-27 16:54:15 UTC (rev 1830) +++ trunk/plugins/demoplugin.c 2007-08-28 10:48:52 UTC (rev 1831) @@ -37,7 +37,7 @@ * for binary compatibility. */ VERSION_CHECK(7)
-/* All plugins must set name and description */ +/* All plugins must set name, description and version */ PLUGIN_INFO(_("Demo"), _("Example plugin."), "0.1")
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.