Subversion Repositories Kolibri OS

Rev

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

Rev 2761 Rev 2762
Line 53... Line 53...
53
char Item[4096];
53
char Item[4096];
54
};
54
};
Line 55... Line 55...
55
 
55
 
Line 56... Line 56...
56
path_string disk_list[20];
56
path_string disk_list[20];
Line 57... Line 57...
57
 
57
 
58
dword stack[100]; //îêíî About 
58
dword stak[100]; //îêíî About 
Line 59... Line 59...
59
 
59
 
Line 189... Line 189...
189
							IF(sort_num==3) DrawBar(onLeft(44,0),45,6,9,0xE4DFE1);
189
							IF(sort_num==3) DrawBar(onLeft(44,0),45,6,9,0xE4DFE1);
190
							sort_num=id-30;
190
							sort_num=id-30;
191
							Open_Dir(#path,1);
191
							Open_Dir(#path,1);
192
							break; 
192
							break; 
193
					case 30: //about
193
					case 30: //about
194
							CreateThread(#about_dialog,#stack); 
194
							CreateThread(#about_dialog,#stak); 
195
							break;
195
							break;
196
					case 77:
196
					case 77:
197
							IF (show_actions==1) show_actions=0; ELSE show_actions=1;
197
							IF (show_actions==1) show_actions=0; ELSE show_actions=1;
198
							Actions();
198
							Actions();
199
							break;
199
							break;