[geany/geany-plugins] bc4dc0: Merge pull request #1033 from nomadbyte/geanyvc/fix-tooltip
Frank Lanitz
git-noreply at xxxxx
Sat Nov 21 15:42:38 UTC 2020
Branch: refs/heads/master
Author: Frank Lanitz <frank at frank.uvena.de>
Committer: GitHub <noreply at github.com>
Date: Sat, 21 Nov 2020 15:42:38 UTC
Commit: bc4dc07e4deb694b647977791a23af6776db4644
https://github.com/geany/geany-plugins/commit/bc4dc07e4deb694b647977791a23af6776db4644
Log Message:
-----------
Merge pull request #1033 from nomadbyte/geanyvc/fix-tooltip
GeanyVC: Correct the displaying of tooltip for the attach to menubar action
Modified Paths:
--------------
geanyvc/src/geanyvc.c
Modified: geanyvc/src/geanyvc.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -2165,7 +2165,7 @@ plugin_configure(GtkDialog * dialog)
gtk_box_pack_start(GTK_BOX(vbox), widgets.cb_editor_menu_entries, TRUE, FALSE, 2);
widgets.cb_attach_to_menubar = gtk_check_button_new_with_label(_("Attach menu to menubar"));
- gtk_widget_set_tooltip_text(widgets.cb_editor_menu_entries,
+ gtk_widget_set_tooltip_text(widgets.cb_attach_to_menubar,
_("Whether menu for this plugin are getting placed either "
"inside tools menu or directly inside Geany's menubar. "
"Will take in account after next start of GeanyVC"));
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Plugins-Commits
mailing list