diff options
author | Alexander Larsson <alexl@redhat.com> | 2012-03-13 15:13:17 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2012-03-13 15:14:36 +0100 |
commit | 95a903d020163ffc94e9ba1d4ffd1c33e3c4a51a (patch) | |
tree | 9ff651aa306a66c5349e57e981c4c65c1cee9526 /gtk/gtk.gresource.xml | |
parent | 68880e9a35eb792b78aeb6a68d2ad1099960562e (diff) | |
download | gtk+-95a903d020163ffc94e9ba1d4ffd1c33e3c4a51a.tar.gz |
win32: Use a separate css file for xp
Only vista and later has e.g. the menu theme parts
Diffstat (limited to 'gtk/gtk.gresource.xml')
-rw-r--r-- | gtk/gtk.gresource.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtk.gresource.xml b/gtk/gtk.gresource.xml index cabb173d6a..15af2f6265 100644 --- a/gtk/gtk.gresource.xml +++ b/gtk/gtk.gresource.xml @@ -3,6 +3,8 @@ <gresource prefix="/org/gtk/libgtk"> <file alias="Raleigh.css">gtk-default.css</file> <file>gtk-win32.css</file> + <file>gtk-win32-xp.css</file> + <file>gtk-win32-base.css</file> <file alias="cursor/dnd-ask.png">cursor_dnd_ask.png</file> <file alias="cursor/dnd-link.png">cursor_dnd_link.png</file> <file alias="cursor/dnd-none.png">cursor_dnd_none.png</file> |