Subversion Repositories Kolibri OS

Rev

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

Rev 7051 Rev 7252
Line 34... Line 34...
34
#define ENG_RUS 0
34
#define ENG_RUS 0
35
#define RUS_ENG 1
35
#define RUS_ENG 1
36
#define BUTTON_CHANGE_LANGUAGE 10
36
#define BUTTON_CHANGE_LANGUAGE 10
37
int active_dict=2;
37
int active_dict=2;
Line 38... Line -...
38
 
-
 
39
int mouse_dd;
38
 
Line 40... Line 39...
40
edit_box edit1= {200,13,13,0xffffff,0x94AECE,0xffffff,0x94AECE,0x10000000,248,#edit_text,#mouse_dd,100000000000010b};
39
edit_box edit1= {200,13,13,0xffffff,0x94AECE,0xffffff,0x94AECE,0x10000000,248,#edit_text,0,100000000000010b};
41
 
40