Subversion Repositories Kolibri OS

Rev

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

Rev 3860 Rev 3991
Line 20... Line 20...
20
system_colors sc;
20
system_colors sc;
21
proc_info Form;
21
proc_info Form;
Line 22... Line 22...
22
 
22
 
23
char edword[256], search_word[256], translate_result[4096], dict_folder[4096], cur_dict[256];
23
char edword[256], search_word[256], translate_result[4096], dict_folder[4096], cur_dict[256];
24
#define DICT_DIRECROTY "dictionaries"
24
#define DICT_DIRECROTY "dictionaries"
25
#define PRONOUNCED_FILE "/tmp9/1/dicty/pronounced.txt"
25
#define PRONOUNCED_FILE "/sys/pronounced.txt"
26
#define SPEECH_PATH "/tmp9/1/media/speech/speech"
26
#define SPEECH_PATH "/kolibrios/media/speech/speech"
Line 27... Line 27...
27
dword dir_buf, file_buf, fsize;
27
dword dir_buf, file_buf, fsize;
28
 
28