Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3014 → Rev 3628

/programs/system/launch/trunk/launch.asm
47,6 → 47,7
include 'macros.inc'
include 'libio.inc'
include '../../../dll.inc'
include 'lang.inc'
 
purge mov
 
345,7 → 346,17
db APP_NAME, ' ', APP_VERSION, 0
 
;; Messages
if lang eq it
message_dbg_not_found:
db '%s non trovato', 10, 0
 
message_error:
db 'File (%s) non trovato!', 0
 
message_ok:
db '%s caricato correttamente. PID: %d (0x%X)', 0
else
message_dbg_not_found:
db '%s not found', 10, 0
 
message_error:
353,7 → 364,7
 
message_ok:
db '%s loaded succesfully. PID: %d (0x%X)', 0
 
end if
;; Configuration path
etc_cfg:
db '/sys/etc/'