Revert "resources: Make Raleigh the real name of the theme"

This reverts commit 6fa703b506.

This did not work after all - we're trying to load the theme
css by its name, and the alias makes that not work.
This commit is contained in:
Matthias Clasen 2014-01-25 14:02:52 -05:00
parent 0e9a245e0f
commit 86972cee30
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/gtk/libgtk">
<file alias="theme/gtk-default.css">theme/Raleigh.css</file>
<file alias="theme/Raleigh.css">theme/gtk-default.css</file>
<file>theme/gtk-win32.css</file>
<file>theme/gtk-win32-xp.css</file>
<file>theme/gtk-win32-base.css</file>