* Update copyright year on splash screen

* Set DPaint skin as default


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1395 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2010-03-21 22:13:58 +00:00
parent 5ebd635482
commit 481ea4579f
2 changed files with 3 additions and 3 deletions

View File

@@ -828,7 +828,7 @@ int Load_INI(T_Config * conf)
conf->Skin_file = strdup(value_label);
}
else
conf->Skin_file = strdup("skin_modern.png");
conf->Skin_file = strdup("skin_DPaint.png");
// Optional, name of font file. (>2.0)
if(!Load_INI_get_string(file,buffer,"Font_file",value_label,1))