Subversion Repositories Kolibri OS

Rev

Rev 7989 | Rev 9597 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7989 Rev 8762
Line 40... Line 40...
40
				ESDWORD[#logo_pal+16] = sc.work_dark;
40
				ESDWORD[#logo_pal+16] = sc.work_dark;
41
				PutPaletteImage(#logo,86,86,about_form.cwidth-86/2,10,8,#logo_pal);
41
				PutPaletteImage(#logo,86,86,about_form.cwidth-86/2,10,8,#logo_pal);
42
				about_x = -strlen(ABOUT_TITLE)*18+about_form.cwidth/2;
42
				about_x = -strlen(ABOUT_TITLE)*18+about_form.cwidth/2;
43
				WriteTextB(about_x+2,107,0x82,0xD49CD2,ABOUT_TITLE);
43
				WriteTextB(about_x+2,107,0x82,0xD49CD2,ABOUT_TITLE);
44
				WriteTextB(about_x,105,0x82,0x9D129D,ABOUT_TITLE);
44
				WriteTextB(about_x,105,0x82,0x9D129D,ABOUT_TITLE);
45
				DrawRectangle3D(0,154,about_form.cwidth,1,sc.work_dark,sc.work_light);
-
 
46
				WriteTextLines(7,163,0x90,sc.work_text,"KolibriOS File Manager\nAuthors: Leency, Veliant\nPunk_Joker, Pavelyakov\n2008 - 2020",20);
45
				WriteTextLines(73,163,0x90,sc.work_text,"    By Leency\nand KolibriOS Team\n    2008-2021",20);
47
				#ifdef LANG_RUS
46
				#ifdef LANG_RUS
48
				DrawStandartCaptButton(60,about_form.cheight-38,11,"ˆáâ®à¨ï ࠧࠡ®âª¨");
47
				DrawStandartCaptButton(60,about_form.cheight-38,11,"ˆáâ®à¨ï ࠧࠡ®âª¨");
49
				#endif
48
				#endif
50
	}
49
	}
51
}
50
}