Subversion Repositories Kolibri OS

Rev

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

Rev 1594 Rev 1701
Line 6... Line 6...
6
 
6
 
Line 7... Line 7...
7
;-----------------------------------------------------------------------------
7
;-----------------------------------------------------------------------------
8
 
8
 
9
FALSE = 0
-
 
-
 
9
FALSE = 0
10
TRUE  = 1
10
TRUE  = 1
11
 
11
include '../../../config.inc'		;for nightbuild
12
include '../../../proc32.inc'
12
include '../../../proc32.inc'
Line 13... Line 13...
13
include '../../../macros.inc'
13
include '../../../macros.inc'
Line 1049... Line 1049...
1049
.y_size			dw 320 ;+52 ; Window y size
1049
.y_size			dw 320 ;+52 ; Window y size
1050
.y_start		dw 10 ;+54 ; Window Y position
1050
.y_start		dw 10 ;+54 ; Window Y position
Line 1051... Line 1051...
1051
 
1051
 
1052
communication_area_name:
1052
communication_area_name:
-
 
1053
    db 'FFFFFFFF_open_dialog',0
1053
    db 'FFFFFFFF_open_dialog',0
1054
 
-
 
1055
open_dialog_path:
-
 
1056
if __nightbuild eq yes
-
 
1057
    db '/sys/MANAGERS/opendial',0
1054
open_dialog_path:
1058
else
-
 
1059
    db '/sys/File Managers/opendial',0
1055
    db '/sys/File Managers/opendial',0
1060
end if
1056
communication_area_default_pach:
1061
communication_area_default_pach:
Line 1057... Line 1062...
1057
    db '/rd/1',0
1062
    db '/rd/1',0
1058
 
1063