diff --git a/gtk/gtk.gresource.xml b/gtk/gtk.gresource.xml index c41a7fe2d1..3d491d37b0 100644 --- a/gtk/gtk.gresource.xml +++ b/gtk/gtk.gresource.xml @@ -1,11 +1,11 @@ - theme/gtk-default.css - theme/gtk-win32.css - theme/gtk-win32-xp.css - theme/gtk-win32-base.css - theme/gtk-win32-classic.css + theme/Raleigh/gtk-default.css + theme/win32/gtk-win32.css + theme/win32/gtk-win32-xp.css + theme/win32/gtk-win32-base.css + theme/win32/gtk-win32-classic.css cursor/cursor_dnd_ask.png cursor/cursor_dnd_link.png cursor/cursor_dnd_none.png diff --git a/gtk/resources/theme/gtk-default.css b/gtk/resources/theme/Raleigh/gtk-default.css similarity index 100% rename from gtk/resources/theme/gtk-default.css rename to gtk/resources/theme/Raleigh/gtk-default.css diff --git a/gtk/resources/theme/gtk-win32-base.css b/gtk/resources/theme/win32/gtk-win32-base.css similarity index 100% rename from gtk/resources/theme/gtk-win32-base.css rename to gtk/resources/theme/win32/gtk-win32-base.css diff --git a/gtk/resources/theme/gtk-win32-classic.css b/gtk/resources/theme/win32/gtk-win32-classic.css similarity index 100% rename from gtk/resources/theme/gtk-win32-classic.css rename to gtk/resources/theme/win32/gtk-win32-classic.css diff --git a/gtk/resources/theme/gtk-win32-xp.css b/gtk/resources/theme/win32/gtk-win32-xp.css similarity index 100% rename from gtk/resources/theme/gtk-win32-xp.css rename to gtk/resources/theme/win32/gtk-win32-xp.css diff --git a/gtk/resources/theme/gtk-win32.css b/gtk/resources/theme/win32/gtk-win32.css similarity index 100% rename from gtk/resources/theme/gtk-win32.css rename to gtk/resources/theme/win32/gtk-win32.css