Use stock_new-window for the New Window menu item in the File menu

2004-12-09  Rodney Dawes  <dobey@novell.com>

	* e-shell-window-commands.c: Use stock_new-window for the New Window
	menu item in the File menu

svn path=/trunk/; revision=28105
This commit is contained in:
Rodney Dawes
2004-12-09 21:21:06 +00:00
committed by Rodney Dawes
parent 3d6c1f3315
commit ecc757a2fb
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-12-09 Rodney Dawes <dobey@novell.com>
* e-shell-window-commands.c: Use stock_new-window for the New Window
menu item in the File menu
2004-12-08 David Mosberger <davidm@napali.hpl.hp.com>
* main.c: include es-event.h to fix 64 bit platform problems.

View File

@ -644,6 +644,7 @@ static BonoboUIVerb help_verbs [] = {
static EPixmap pixmaps [] = {
E_PIXMAP ("/commands/SendReceive", "stock_mail-send-receive", E_ICON_SIZE_MENU),
E_PIXMAP ("/Toolbar/SendReceive", "stock_mail-send-receive", E_ICON_SIZE_LARGE_TOOLBAR),
E_PIXMAP ("/menu/File/OpenNewWindow", "stock_new-window", E_ICON_SIZE_MENU),
E_PIXMAP ("/menu/File/FileImporter", "stock_mail-import", E_ICON_SIZE_MENU),
E_PIXMAP ("/menu/File/ToggleOffline", "stock_disconnect", E_ICON_SIZE_MENU),
E_PIXMAP ("/menu/Tools/Settings", "gnome-settings", E_ICON_SIZE_MENU),