diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-10-29 01:21:24 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-10-29 01:21:24 +0800 |
commit | 7699a39bd3729c6c139412cb3fff52f9e0621d70 (patch) | |
tree | fda9cec794f3e6086a0ba733e5078371dac26bdf /shell/e-shell-view-menu.c | |
parent | 8cee649c28cad4b5ab98a26b5139a5140567830c (diff) | |
download | gsoc2013-evolution-7699a39bd3729c6c139412cb3fff52f9e0621d70.tar.gz gsoc2013-evolution-7699a39bd3729c6c139412cb3fff52f9e0621d70.tar.zst gsoc2013-evolution-7699a39bd3729c6c139412cb3fff52f9e0621d70.zip |
Increase the width slightly.
* e-shell-settings-dialog.c (set_dialog_size): Increase the width
slightly.
* e-shell-view-menu.c: Set "settings.png" as the icon for
/menu/Tools/Settings.
svn path=/trunk/; revision=18460
Diffstat (limited to 'shell/e-shell-view-menu.c')
-rw-r--r-- | shell/e-shell-view-menu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c index 253c8f6169..ad8733bde1 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -734,6 +734,8 @@ 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 ("/Toolbar/SendReceive", "buttons/send-24-receive.png"), E_PIXMAP_END |