aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>2008-03-04 03:49:02 +0800
committerTor Lillqvist <tml@src.gnome.org>2008-03-04 03:49:02 +0800
commit6ac1c5d32e15d4804957417ef4700e4335a55364 (patch)
tree0e96222e6054ee897630f69fb8b57e4ce2ecb736 /shell/ChangeLog
parent58c01749c2ddcd5eabee7f2a2e5199041a1313bb (diff)
downloadgsoc2013-evolution-6ac1c5d32e15d4804957417ef4700e4335a55364.tar
gsoc2013-evolution-6ac1c5d32e15d4804957417ef4700e4335a55364.tar.gz
gsoc2013-evolution-6ac1c5d32e15d4804957417ef4700e4335a55364.tar.bz2
gsoc2013-evolution-6ac1c5d32e15d4804957417ef4700e4335a55364.tar.lz
gsoc2013-evolution-6ac1c5d32e15d4804957417ef4700e4335a55364.tar.xz
gsoc2013-evolution-6ac1c5d32e15d4804957417ef4700e4335a55364.tar.zst
gsoc2013-evolution-6ac1c5d32e15d4804957417ef4700e4335a55364.zip
Typo.
svn path=/trunk/; revision=35127
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 690dd84837..92b079e1fd 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -2,9 +2,9 @@
* main.c (main) [Win32]: Drop the call to gtk_rc_parse_string() to
set gtk-fallback-icon-theme = "gnome". Instead just bundle a
- suitable gtkrc with Evolution. And actually what we want seems to
- get Tango icons seems to be gtk-fallback-icon-theme = "Tango", and
- no mention of the gnome icon theme at all in gtkrc. (It is still
+ suitable gtkrc with Evolution. And actually what we want to get
+ Tango icons seems to be gtk-fallback-icon-theme = "Tango", and no
+ mention of the gnome icon theme at all in gtkrc. (It is still
used, though.)
2008-03-03 Tor Lillqvist <tml@novell.com>