Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2240 → Rev 2241

/programs/fs/Eolite/trunk/include/LVabout.h--
44,7 → 44,6
IF (GetKey()==27) ExitProcess();
break;
case evReDraw:
WindowRedrawStatus(1);
DefineAndDrawWindow(500,200,181,256,0x34,0x10EFEBEF,0,0,"About Eolite");
DrawBar(0,0,172,50,0x8494C4); //ãîëóáîå ñçàäè
PutPaletteImage(#logo,85,85,43,7,#logo_pal);
56,7 → 55,6
WriteText(12,170,0x80,0,"Visit",0);
DrawLink(48,170,23, "kolibri-os.narod.ru"); //ññûëêa
DrawFlatButton(85,190,70,22,0,0xE4DFE1, "Close");
WindowRedrawStatus(2);
}
}