Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: GitHub noreply@github.com Date: Sat, 21 Nov 2020 15:42:38 UTC Commit: bc4dc07e4deb694b647977791a23af6776db4644 https://github.com/geany/geany-plugins/commit/bc4dc07e4deb694b647977791a23af...
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).
plugins-commits@lists.geany.org