Subversion Repositories Kolibri OS

Rev

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

Rev 1649 Rev 1702
Line 13... Line 13...
13
;        11.05.2009 - ¤«ï à ¡®âë ­ã¦­  á¨á⥬­ ï ¡¨¡«¨®â¥ª  box_lib.obj
13
;        11.05.2009 - ¤«ï à ¡®âë ­ã¦­  á¨á⥬­ ï ¡¨¡«¨®â¥ª  box_lib.obj
14
;   Š®¬¯¨«¨à®¢ âì FASM'®¬
14
;   Š®¬¯¨«¨à®¢ âì FASM'®¬
15
;
15
;
16
;---------------------------------------------------------------------
16
;---------------------------------------------------------------------
17
include 'lang.inc'
17
include 'lang.inc'
-
 
18
include '../../../config.inc'		;for nightbuild
18
include '..\..\..\macros.inc'
19
include '..\..\..\macros.inc'
Line 19... Line 20...
19
 
20
 
20
appname equ 'RDsave '
21
appname equ 'RDsave '
Line 449... Line 450...
449
.y_start		dw 10 ;+54 ; Window Y position
450
.y_start		dw 10 ;+54 ; Window Y position
Line 450... Line 451...
450
 
451
 
451
communication_area_name:
452
communication_area_name:
452
	db 'FFFFFFFF_open_dialog',0
453
	db 'FFFFFFFF_open_dialog',0
-
 
454
open_dialog_path:
-
 
455
if __nightbuild eq yes
-
 
456
    db '/sys/MANAGERS/opendial',0
453
open_dialog_path:
457
else
-
 
458
    db '/sys/File Managers/opendial',0
454
	db '/sys/File Managers/opendial',0
459
end if
455
communication_area_default_pach:
460
communication_area_default_pach:
Line 456... Line 461...
456
	db '/hd0/1/kolibri',0
461
	db '/hd0/1/kolibri',0
457
 
462