[Github-comments] [geany/geany] [Issue #1138] Added 'Rename' option to right-click menu for Documents tab (#1140)
Colomban Wendling
notifications at xxxxx
Thu Jul 14 20:04:24 UTC 2016
> @@ -724,6 +725,16 @@ static void create_openfiles_popup_menu(void)
> G_CALLBACK(on_openfiles_document_action), GINT_TO_POINTER(OPENFILES_ACTION_RELOAD));
> doc_items.reload = item;
>
> + item = gtk_image_menu_item_new_with_mnemonic(_("R_ename or Save As..."));
> + gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(item),
> + gtk_image_new_from_stock(GTK_STOCK_EDIT, GTK_ICON_SIZE_MENU));
…and it affects the icon too
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1140/files/88f6ad8bebb4a6ef583d1e061ae2faa6d5dd93de#r70873581
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160714/994122a4/attachment.html>
More information about the Github-comments
mailing list