aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-commands.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-07-21 15:09:23 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-07-21 15:09:23 +0800
commitecc06b08d474ef0aa1a3d8edbe83c083463b45ab (patch)
tree6539e83d70d512e6c1c7f261570a06040b8f67ab /shell/e-shell-window-commands.c
parentf4443f428e4494efbe2019c0492ec81afc1a4357 (diff)
downloadgsoc2013-evolution-ecc06b08d474ef0aa1a3d8edbe83c083463b45ab.tar
gsoc2013-evolution-ecc06b08d474ef0aa1a3d8edbe83c083463b45ab.tar.gz
gsoc2013-evolution-ecc06b08d474ef0aa1a3d8edbe83c083463b45ab.tar.bz2
gsoc2013-evolution-ecc06b08d474ef0aa1a3d8edbe83c083463b45ab.tar.lz
gsoc2013-evolution-ecc06b08d474ef0aa1a3d8edbe83c083463b45ab.tar.xz
gsoc2013-evolution-ecc06b08d474ef0aa1a3d8edbe83c083463b45ab.tar.zst
gsoc2013-evolution-ecc06b08d474ef0aa1a3d8edbe83c083463b45ab.zip
fix the pixmap location for the settings menu.
2005-07-21 Not Zed <NotZed@Ximian.com> * e-shell-window-commands.c: fix the pixmap location for the settings menu. * e-shell-window.c (setup_widgets): reverted dobey's patch to put the components in the useless tools window. svn path=/trunk/; revision=29827
Diffstat (limited to 'shell/e-shell-window-commands.c')
-rw-r--r--shell/e-shell-window-commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c
index e5b2b27ad7..f87159fe82 100644
--- a/shell/e-shell-window-commands.c
+++ b/shell/e-shell-window-commands.c
@@ -715,7 +715,7 @@ static EPixmap pixmaps [] = {
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),
+ E_PIXMAP ("/menu/Edit/Settings", "gnome-settings", E_ICON_SIZE_MENU),
E_PIXMAP_END
};