More work on fonts/skins

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@890 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-06-28 21:50:01 +00:00
parent 48c98b2234
commit d4dcba62a6
11 changed files with 88 additions and 74 deletions

View File

@@ -818,7 +818,7 @@ int Load_INI(T_Config * conf)
if(!Load_INI_get_string(file,buffer,"Skin_file",value_label,1))
strcpy(conf->SkinFile,value_label);
else
strcpy(conf->SkinFile,"modern.png");
strcpy(conf->SkinFile,"skin_modern.png");
fclose(file);