Subversion Repositories Kolibri OS

Rev

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

Rev 5493 Rev 5519
Line 4... Line 4...
4
"WIN                Ctrl+E",05,
4
"WIN                Ctrl+E",05,
5
"DOS                Ctrl+D",04,
5
"DOS                Ctrl+D",04,
6
"KOI                Ctrl+K",11,
6
"KOI                Ctrl+K",11,
7
"UTF                Ctrl+U",21,
7
"UTF                Ctrl+U",21,
8
#ifdef LANG_RUS
8
#ifdef LANG_RUS
-
 
9
"Zoom 2x                 Z",122,
9
"®á¬®âà¥âì ¨á室­¨ª    F3",52,
10
"®á¬®âà¥âì ¨á室­¨ª    F3",52,
10
"¥¤ ªâ¨à®¢ âì ¨á室­¨ª F4",53,
11
"¥¤ ªâ¨à®¢ âì ¨á室­¨ª F4",53,
11
"Žç¨áâ¨âì ªíè ª à⨭®ª"    ,02,
12
"Žç¨áâ¨âì ªíè ª à⨭®ª"    ,02,
12
"ˆáâ®à¨ï"                  ,03,
13
"ˆáâ®à¨ï"                  ,03,
13
"Œ¥­¥¤¦¥à § £à㧮ª"        ,06,
14
"Œ¥­¥¤¦¥à § £à㧮ª"        ,06,
14
#else
15
#else
-
 
16
"Zoom 2x                 Z",122,
15
"View source            F3",52,
17
"View source            F3",52,
16
"Edit source            F4",53,
18
"Edit source            F4",53,
17
"Free image cache"         ,09,
19
"Free image cache"         ,09,
18
"History"                  ,03,
20
"History"                  ,03,
19
"Download Manager"         ,06,
21
"Download Manager"         ,06,
Line 76... Line 78...
76
			WriteText(19,N*menu.line_h+9,0x80,0xf2f2f2,ITEMS_LIST[N*2]);
78
			WriteText(19,N*menu.line_h+9,0x80,0xf2f2f2,ITEMS_LIST[N*2]);
77
		}
79
		}
78
		WriteText(18,N*menu.line_h+8,0x80,0x000000,ITEMS_LIST[N*2]);
80
		WriteText(18,N*menu.line_h+8,0x80,0x000000,ITEMS_LIST[N*2]);
79
	}
81
	}
80
	if (cur_encoding!=_DEFAULT)
82
	if (cur_encoding!=_DEFAULT)
-
 
83
		WriteText(5, cur_encoding*menu.line_h+7, 0x80, 0x777777, "\x10"); //show current encoding
81
	{
84
	else 
82
		DrawBar(7, cur_encoding*menu.line_h+9, 4, 4, 0x444444); //show current encoding
85
		WriteText(5, _DOS*menu.line_h+7, 0x80, 0x777777, "\x10"); //show current encoding
83
	}
86
 
84
	else DrawBar(7, _DOS*menu.line_h+9, 4, 4, 0x444444); //show current encoding
87
	if (WB1.DrawBuf.zoomf == 2) DrawBar(6, 4*menu.line_h+8, 6, 6, 0x777777);
85
}
88
}