Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: Frank Lanitz frank@frank.uvena.de Date: Wed, 30 Apr 2014 22:35:16 UTC Commit: f205c97362b26563c221268cfe555c29827456e5 https://github.com/geany/geany/commit/f205c97362b26563c221268cfe555c29827456...
Log Message: ----------- Update open string on filebrowser plugin to make clearer, that the file will be opened in Geany
Modified Paths: -------------- plugins/filebrowser.c
Modified: plugins/filebrowser.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -606,7 +606,7 @@ static GtkWidget *create_popup_menu(void)
menu = gtk_menu_new();
- item = gtk_image_menu_item_new_from_stock(GTK_STOCK_OPEN, NULL); + item = ui_image_menu_item_new(GTK_STOCK_OPEN, _("Open in _Geany")); gtk_widget_show(item); gtk_container_add(GTK_CONTAINER(menu), item); g_signal_connect(item, "activate", G_CALLBACK(on_open_clicked), NULL);
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).