Typo in palette screen title (Another victim of mass translation)

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@708 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud 2009-03-30 23:57:52 +00:00
parent 927fafacbe
commit 0a3984c18a

View File

@ -782,7 +782,7 @@ void Button_Palette(void)
Componant_unit(RGB_scale); Componant_unit(RGB_scale);
Open_window(299,188,"palette"); Open_window(299,188,"Palette");
memcpy(working_palette,Main_palette,sizeof(T_Palette)); memcpy(working_palette,Main_palette,sizeof(T_Palette));
memcpy(backup_palette ,Main_palette,sizeof(T_Palette)); memcpy(backup_palette ,Main_palette,sizeof(T_Palette));