diff --git a/src/buttons.c b/src/buttons.c index b3f7f01a..b2daddd2 100644 --- a/src/buttons.c +++ b/src/buttons.c @@ -3,7 +3,7 @@ /* Grafx2 - The Ultimate 256-color bitmap paint program Copyright 2008 Yves Rizoud - Copyright 2007 Adrien Destugues + Copyright 2007-2010 Adrien Destugues (PulkoMandy) Copyright 1996-2001 Sunset Design (Guillaume Dorme & Karl Maritaud) Grafx2 is free software; you can redistribute it and/or @@ -148,7 +148,7 @@ void Button_Message_initial(void) for (x=14,x_pos=0; x_pos<231; x_pos++,x++) Pixel_in_window(x,y,Gfx->Logo_grafx2[offs_y+x_pos]); - Print_in_window(130-4*26,88,"Copyright (c) 2007-2009 by",MC_Dark,MC_Light); + Print_in_window(130-4*26,88,"Copyright (c) 2007-2010 by",MC_Dark,MC_Light); Print_in_window(130-4*23,96,"the Grafx2 project team",MC_Black,MC_Light); Print_in_window(130-4*26,112,"Copyright (c) 1996-2001 by",MC_Dark,MC_Light); Print_in_window(130-4*13,120,"Sunset Design",MC_Black,MC_Light); diff --git a/src/readini.c b/src/readini.c index 39e16bb3..2921612b 100644 --- a/src/readini.c +++ b/src/readini.c @@ -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))