mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-18 11:42:47 +00:00
Move data/skins/default_skin to data/skins/default.
This commit is contained in:
parent
c5801760b6
commit
450e97ef92
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 8.5 KiB |
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<skin name="Default Skin"
|
<skin name="Default"
|
||||||
author="Ilija Melentijevic & David Capello"
|
author="Ilija Melentijevic & David Capello"
|
||||||
url="http://ilkke.blogspot.com/">
|
url="http://ilkke.blogspot.com/">
|
||||||
|
|
@ -79,7 +79,7 @@ static struct
|
|||||||
SkinTheme::SkinTheme()
|
SkinTheme::SkinTheme()
|
||||||
{
|
{
|
||||||
this->name = "Skin Theme";
|
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)
|
// Initialize all graphics in NULL (these bitmaps are loaded from the skin)
|
||||||
m_sheet_bmp = NULL;
|
m_sheet_bmp = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user