Fix comment for PLUGIN_INFO.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1831 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2007-08-28 10:48:52 +00:00
parent ccc27ac11b
commit 4c3d5d8072

View File

@ -37,7 +37,7 @@ GeanyData *geany_data;
* for binary compatibility. */ * for binary compatibility. */
VERSION_CHECK(7) 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") PLUGIN_INFO(_("Demo"), _("Example plugin."), "0.1")