diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-shell-view-menu.c | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 72d07e6bb0..28b28cfc79 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,9 @@ 2003-03-05 Ettore Perazzoli <ettore@ximian.com> + * e-shell-view-menu.c: Added icon for "/popups/NewPopup/Folder". + +2003-03-05 Ettore Perazzoli <ettore@ximian.com> + * importer/Makefile.am (BUILT_SOURCES): $(IDL_GENERATED), not $(IDL_GENERATED_H). (CLEANFILES): Make the same as $(BUILT_SOURCES). diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c index 4c2593641b..64aec0cda3 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -724,10 +724,12 @@ static EPixmap pixmaps [] = { E_PIXMAP ("/menu/File/FileImporter", "import.xpm"), E_PIXMAP ("/menu/File/ToggleOffline", "work_offline.xpm"), - E_PIXMAP ("/menu/Tools/Settings", "settings-16.png"), + E_PIXMAP ("/menu/Tools/Settings", "settings-16.png"), E_PIXMAP ("/Toolbar/SendReceive", "buttons/send-24-receive.png"), + E_PIXMAP ("/popups/NewPopup/Folder", "folder.xpm"), + E_PIXMAP_END }; |