Branch: refs/heads/master Author: Lex elextr@gmail.com Committer: Lex elextr@gmail.com Date: Fri, 01 Mar 2013 01:52:20 UTC Commit: d34ca178683c65df9f8bd4959c052966ef482b0b https://github.com/geany/geany/commit/d34ca178683c65df9f8bd4959c052966ef482b...
Log Message: ----------- Correct description of build_activate_menu_item()
Correct the documentation comment for build_activate_menu_item() for plugin documentation.
Modified Paths: -------------- src/build.c
Modified: src/build.c 4 files changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -637,9 +637,9 @@ void build_set_menu_item(const GeanyBuildSource src, const GeanyBuildGroup grp, build_menu_update(NULL); }
-/** Set the string for the menu item field. +/** Activate the menu item. * - * Set the specified field of the command specified by @a src, @a grp and @a cmd. + * Activate the menu item specified by @a grp and @a cmd. * * @param grp the group of the specified menu item. * @param cmd the index of the command within the group.
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).