diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-20 04:58:02 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-20 04:58:02 +0800 |
commit | efc1cef1db090cbce9b25260d7f236a21fc7e129 (patch) | |
tree | f9b7f5ed86555dead9369b727e9a01ee1aa64f91 /calendar/gui | |
parent | d4f950c3fd8a1a5a743c4a3d591605466b1108c3 (diff) | |
download | gsoc2013-evolution-efc1cef1db090cbce9b25260d7f236a21fc7e129.tar gsoc2013-evolution-efc1cef1db090cbce9b25260d7f236a21fc7e129.tar.gz gsoc2013-evolution-efc1cef1db090cbce9b25260d7f236a21fc7e129.tar.bz2 gsoc2013-evolution-efc1cef1db090cbce9b25260d7f236a21fc7e129.tar.lz gsoc2013-evolution-efc1cef1db090cbce9b25260d7f236a21fc7e129.tar.xz gsoc2013-evolution-efc1cef1db090cbce9b25260d7f236a21fc7e129.tar.zst gsoc2013-evolution-efc1cef1db090cbce9b25260d7f236a21fc7e129.zip |
Use GNOME_STOCK_PIXMAP_HOME for today -mig
svn path=/trunk/; revision=167
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/main.c b/calendar/gui/main.c index 3a657ef05e..75ad4b1e70 100644 --- a/calendar/gui/main.c +++ b/calendar/gui/main.c @@ -320,7 +320,7 @@ GnomeUIInfo gnome_toolbar [] = { GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_BACK }, { GNOME_APP_UI_ITEM, N_("Today"), NULL, today_clicked, 0, 0, - GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_BACK }, + GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_PIXMAP_HOME }, { GNOME_APP_UI_ITEM, N_("Next"), NULL, next_clicked, 0, 0, GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_FORWARD }, |