<p>In <a href="https://github.com/geany/geany/pull/1140#discussion_r70873581">src/sidebar.c</a>:</p>
<pre style='color:#555'>> @@ -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));
</pre>
<p>…and it affects the icon too</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/1140/files/88f6ad8bebb4a6ef583d1e061ae2faa6d5dd93de#r70873581">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJxtkzAQaVkQ1m5AcTQCTDJPXQu92ks5qVpZIgaJpZM4JMx7I">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJzPTPWn7eI1X5H8m97LlovriKjzUks5qVpZIgaJpZM4JMx7I.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/1140/files/88f6ad8bebb4a6ef583d1e061ae2faa6d5dd93de#r70873581"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>