diff options
Diffstat (limited to 'libmate-panel-applet/mate-panel-applet.c')
-rw-r--r-- | libmate-panel-applet/mate-panel-applet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmate-panel-applet/mate-panel-applet.c b/libmate-panel-applet/mate-panel-applet.c index 6b6d58fb..2e6f5b33 100644 --- a/libmate-panel-applet/mate-panel-applet.c +++ b/libmate-panel-applet/mate-panel-applet.c @@ -140,7 +140,7 @@ static const gchar panel_menu_ui[] = "</ui>\n"; static const GtkActionEntry menu_entries[] = { - { "Remove", GTK_STOCK_REMOVE, N_("_Remove From Panel"), + { "Remove", "list-remove", N_("_Remove From Panel"), NULL, NULL, G_CALLBACK (mate_panel_applet_menu_cmd_remove) }, { "Move", NULL, N_("_Move"), |