Use Faenza icon when packaging for win32

This commit is contained in:
Paweł Forysiuk 2012-07-12 21:30:11 +02:00 committed by Christian Dywan
parent cd377bb7a8
commit 470b666d6c
1 changed files with 2 additions and 2 deletions

View File

@ -217,13 +217,13 @@ if [ "$GTK3_BUILD" == "1" ]; then
cat > $gtk_rc_file << _EOF
[Settings]
gtk-fallback-icon-theme = Tango
gtk-icon-theme-name = Faenza
_EOF
else
cat > $gtk_rc_file << _EOF
gtk-theme-name = "MS-Windows"
gtk-fallback-icon-theme = "Tango"
gtk-icon-theme-name = "Faenza"
_EOF
fi