diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-11-03 08:42:21 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-11-03 08:42:21 +0800 |
commit | 18fedea069a759788ccce9207ba8dcc3543ef944 (patch) | |
tree | ad97078b314c73a5784a989a8a621c00091adcc9 /shell | |
parent | e735e8fa8965d907fe91467482e0fb5d00364bc2 (diff) | |
download | gsoc2013-evolution-18fedea069a759788ccce9207ba8dcc3543ef944.tar.gz gsoc2013-evolution-18fedea069a759788ccce9207ba8dcc3543ef944.tar.zst gsoc2013-evolution-18fedea069a759788ccce9207ba8dcc3543ef944.zip |
Fix for #14281 (missing icons in the druids).
svn path=/trunk/; revision=14576
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/glade/evolution-startup-wizard.glade | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 29f9520002..7e00ebb555 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2001-11-01 Ettore Perazzoli <ettore@ximian.com> + + * glade/evolution-startup-wizard.glade: `timezone-48.png', not + `timezone.png'. + 2001-11-01 Anna Marie Dirks <anna@ximian.com> * glade/evolution-startup-wizard.glade: Changed the welcome diff --git a/shell/glade/evolution-startup-wizard.glade b/shell/glade/evolution-startup-wizard.glade index 5722be4f8e..f82643f76b 100644 --- a/shell/glade/evolution-startup-wizard.glade +++ b/shell/glade/evolution-startup-wizard.glade @@ -6,7 +6,7 @@ <program_name>evolution-startup-wizard</program_name> <directory></directory> <source_directory>src</source_directory> - <pixmaps_directory>../../art/</pixmaps_directory> + <pixmaps_directory>/opt/gnome/share/images/evolution</pixmaps_directory> <language>C</language> <gnome_support>True</gnome_support> <gettext_support>True</gettext_support> |