aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/e-shell-window-commands.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 352579b525..bbe6f5a1ac 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -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.
diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c
index 05f95a63d4..11fb3dd337 100644
--- a/shell/e-shell-window-commands.c
+++ b/shell/e-shell-window-commands.c
@@ -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),