Subversion Repositories Kolibri OS

Rev

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

Rev 9558 Rev 9587
Line 4... Line 4...
4
#include 
4
#include 
5
#define NOT_SUCCESS 0
5
#define NOT_SUCCESS 0
6
#define SUCCESS 1
6
#define SUCCESS 1
Line 7... Line 7...
7
 
7
 
8
char sz_com_area_name[]    = "FFFFFFFF_open_dialog";
8
char sz_com_area_name[]    = "FFFFFFFF_open_dialog";
9
char sz_dir_default_path[] = "/rd/1";
9
char sz_dir_default_path[] = "/sys";
Line 10... Line 10...
10
char sz_start_path[]       = "/rd/1/File managers/opendial";
10
char sz_start_path[]       = "/sys/File managers/opendial";
11
 
11
 
Line 12... Line 12...
12
char cd_com_area_name[]    = "FFFFFFFF_color_dialog";
12
char cd_com_area_name[]    = "FFFFFFFF_color_dialog";
13
char cd_start_path[]       = "/rd/1/colrdial";
13
char cd_start_path[]       = "/sys/colrdial";
14
 
14
 
15
enum open_dialog_mode {
15
enum open_dialog_mode {