More fixes to make DPaint skin and font the defaults. (should have used a global #define)
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1398 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
4aa61a4407
commit
2d66796b61
@ -658,7 +658,7 @@ int Init_program(int argc,char * argv[])
|
|||||||
gfx = Load_graphics(Config.Skin_file);
|
gfx = Load_graphics(Config.Skin_file);
|
||||||
if (gfx == NULL)
|
if (gfx == NULL)
|
||||||
{
|
{
|
||||||
gfx = Load_graphics("skin_modern.png");
|
gfx = Load_graphics("skin_DPaint.png");
|
||||||
if (gfx == NULL)
|
if (gfx == NULL)
|
||||||
{
|
{
|
||||||
printf("%s", Gui_loading_error_message);
|
printf("%s", Gui_loading_error_message);
|
||||||
@ -679,7 +679,7 @@ int Init_program(int argc,char * argv[])
|
|||||||
|
|
||||||
// Font
|
// Font
|
||||||
if (!(Menu_font=Load_font(Config.Font_file)))
|
if (!(Menu_font=Load_font(Config.Font_file)))
|
||||||
if (!(Menu_font=Load_font("font_Classic.png")))
|
if (!(Menu_font=Load_font("font_DPaint.png")))
|
||||||
{
|
{
|
||||||
printf("Unable to open the default font file: %s\n", "font_Classic.png");
|
printf("Unable to open the default font file: %s\n", "font_Classic.png");
|
||||||
Error(ERROR_GUI_MISSING);
|
Error(ERROR_GUI_MISSING);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user