No need for a stock icon for "New window"
This commit is contained in:
parent
73305168ed
commit
c0b9f4d8e6
|
@ -34,8 +34,7 @@ struct _menubar
|
|||
/* constants */
|
||||
struct _menu _menu_file[] =
|
||||
{
|
||||
{ "_New window", G_CALLBACK(on_file_new_window),
|
||||
GTK_STOCK_NEW /* FIXME */ },
|
||||
{ "_New window", G_CALLBACK(on_file_new_window), NULL },
|
||||
{ "", NULL, NULL },
|
||||
{ "_Refresh", G_CALLBACK(on_refresh), GTK_STOCK_REFRESH },
|
||||
{ "_Properties", G_CALLBACK(on_properties),
|
||||
|
|
Loading…
Reference in New Issue
Block a user