Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Fri, 01 Mar 2013 18:35:45 UTC
Commit: 964a20fb79cb1a55d663e4b519077d4952c817fe
https://github.com/geany/geany/commit/964a20fb79cb1a55d663e4b519077d4952c81…
Log Message:
-----------
Update of Slovenian translation
Modified Paths:
--------------
po/sl.po
Modified: po/sl.po
1593 files changed, 734 insertions(+), 859 deletions(-)
===================================================================
No diff available, check online
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Fri, 01 Mar 2013 18:35:45 UTC
Commit: cf61d5d4258f18c2efe7cf006b909c6fc42d88a3
https://github.com/geany/geany/commit/cf61d5d4258f18c2efe7cf006b909c6fc42d8…
Log Message:
-----------
Update of Italian translation
Modified Paths:
--------------
po/it.po
Modified: po/it.po
3271 files changed, 1542 insertions(+), 1729 deletions(-)
===================================================================
No diff available, check online
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Lex <elextr(a)gmail.com>
Committer: Lex <elextr(a)gmail.com>
Date: Fri, 01 Mar 2013 01:52:20 UTC
Commit: d34ca178683c65df9f8bd4959c052966ef482b0b
https://github.com/geany/geany/commit/d34ca178683c65df9f8bd4959c052966ef482…
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).