@liomarhora commented on this pull request.


In devhelp/src/dhp-plugin.c:

> +}
+
+
+/* Load module */
+G_MODULE_EXPORT
+void geany_load_module(GeanyPlugin *plugin)
+{
+	/* Setup translation */
+	main_locale_init(LOCALEDIR, GETTEXT_PACKAGE);
+
+	/* Set metadata */
+	plugin->info->name = _("Devhelp Plugin");
+	plugin->info->description = _("Adds support for looking up documentation in Devhelp, manual pages, and "
+		"Google Code Search in the integrated viewer.");
+	plugin->info->version = "1.0";
+	plugin->info->author = "Matthew Brush <mbrush@leftclick.ca>";

Updated.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany-plugins/pull/1242/review/1553765961@github.com>