Subversion Repositories Kolibri OS

Rev

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

Rev 3933 Rev 3991
Line 26... Line 26...
26
	"Aseta",          "Crl+V",
26
	"Aseta",          "Crl+V",
27
	"Nimeta ümber",   "F2",
27
	"Nimeta ümber",   "F2",
28
	"Kustuta",        "Del",
28
	"Kustuta",        "Del",
29
	"Värskenda",      "F5",
29
	"Värskenda",      "F5",
30
	0, 0};
30
	0, 0};
31
 
-
 
32
#else
31
#else
33
char *captions[] = {
32
char *captions[] = {
34
	"Open",          "Enter",
33
	"Open",          "Enter",
35
	"Open with...",  "CrlEnt",
34
	"Open with...",  "CrlEnt",
36
	"View as text",  "F3",
35
	"View as text",  "F3",
Line 99... Line 98...
99
		case evReDraw: _MENU_DRAW:
98
		case evReDraw: _MENU_DRAW:
100
				DefineAndDrawWindow(m.x+Form.left+5,m.y+Form.top+GetSkinHeight(),linew+3,ccount*lineh+6,0x01, 0, 0, 0x01fffFFF);
99
				DefineAndDrawWindow(m.x+Form.left+5,m.y+Form.top+GetSkinHeight(),linew+3,ccount*lineh+6,0x01, 0, 0, 0x01fffFFF);
101
				GetProcessInfo(#MenuForm, SelfInfo);
100
				GetProcessInfo(#MenuForm, SelfInfo);
102
				DrawRectangle(0,0,linew+1,ccount*lineh+2,col_border);
101
				DrawRectangle(0,0,linew+1,ccount*lineh+2,col_border);
103
				DrawBar(1,1,linew,1,0xFFFfff);
102
				DrawBar(1,1,linew,1,0xFFFfff);
104
				PutShadow(linew+2,1,1,ccount*lineh+2,0,2);
-
 
105
				PutShadow(linew+3,2,1,ccount*lineh+2,0,1);
103
				DrawPopupShadow(1,1,linew,ccount*lineh,0);
106
				PutShadow(1,ccount*lineh+3,linew+2,1,0,2);
-
 
107
				PutShadow(2,ccount*lineh+4,linew+1,1,0,1);
-
 
Line 108... Line 104...
108
 
104
 
109
				_ITEMS_DRAW:
105
				_ITEMS_DRAW:
110
				for (index=0; captions[index*2]!=0; index++)
106
				for (index=0; captions[index*2]!=0; index++)
111
				{
107
				{