Subversion Repositories Kolibri OS

Rev

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

Rev 4098 Rev 4225
Line 1... Line 1...
1
//Leency 2013
1
//Leency 2013
Line -... Line 2...
-
 
2
 
-
 
3
void ShowOpenWithDialog()
-
 
4
{
-
 
5
	SwitchToAnotherThread();
-
 
6
	CreateThread(#OpenWith,#open_with_stak+4092);	
-
 
7
}
2
 
8
 
3
llist app_list;
9
llist app_list;
4
struct app_list_string { char item[1024]; char ext[5]; };
10
struct app_list_string { char item[1024]; char ext[5]; };
Line 5... Line 11...
5
app_list_string app_paths[100];
11
app_list_string app_paths[100];