> @@ -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