[geany/geany-plugins] c4f427: GeanyCtags: Use ellipsis for menu item showing a dialog
Jiří Techet
git-noreply at xxxxx
Fri Jan 15 17:33:26 UTC 2016
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Fri, 15 Jan 2016 17:33:26 UTC
Commit: c4f42701d3ad00d89cb1b123efe60a3f2a9ee360
https://github.com/geany/geany-plugins/commit/c4f42701d3ad00d89cb1b123efe60a3f2a9ee360
Log Message:
-----------
GeanyCtags: Use ellipsis for menu item showing a dialog
Modified Paths:
--------------
geanyctags/src/geanyctags.c
Modified: geanyctags/src/geanyctags.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -650,7 +650,7 @@ void plugin_init(G_GNUC_UNUSED GeanyData * data)
keybindings_set_item(key_group, KB_GENERATE_TAGS, NULL,
0, 0, "generate_tags", _("Generate tags"), s_gt_item);
- s_ft_item = gtk_menu_item_new_with_mnemonic(_("Find tag"));
+ s_ft_item = gtk_menu_item_new_with_mnemonic(_("Find tag..."));
gtk_widget_show(s_ft_item);
gtk_container_add(GTK_CONTAINER(geany->main_widgets->project_menu), s_ft_item);
g_signal_connect((gpointer) s_ft_item, "activate", G_CALLBACK(on_find_tag), NULL);
--------------
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