Move data/skins/default_skin to data/skins/default.

This commit is contained in:
David Capello 2011-04-02 10:53:52 -03:00
parent c5801760b6
commit 450e97ef92
5 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<skin name="Default Skin"
<skin name="Default"
author="Ilija Melentijevic &amp; David Capello"
url="http://ilkke.blogspot.com/">

View File

@ -79,7 +79,7 @@ static struct
SkinTheme::SkinTheme()
{
this->name = "Skin Theme";
m_selected_skin = get_config_string("Skin", "Selected", "default_skin");
m_selected_skin = get_config_string("Skin", "Selected", "default");
// Initialize all graphics in NULL (these bitmaps are loaded from the skin)
m_sheet_bmp = NULL;