Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4812 → Rev 4814

/programs/system/notify3/notify.asm
28,7 → 28,7
jge c }
 
LINEH equ 12
ICONS equ 12
ICONS equ 11
 
;=====================================================================
 
149,8 → 149,6
inc ebx
cmpe [eax], byte "D", .set_icon
inc ebx
cmpe [eax], byte "H", .set_icon
inc ebx
cmpe [eax], byte "P", .set_icon
 
jmp .next_char
564,7 → 562,6
"C - component\n", \
"M - mail\n", \
"D - download\n", \
"H - hard disk\n", \
"P - audio player", \
"' -td", 0
 
/programs/system/notify3/readme.txt
26,5 → 26,4
C - component
M - mail
D - download
H - hard disk
P - audio player
/programs/system/notify3/test#1.sh
1,6 → 1,5
#SHS
@notify Simple notification
@notify "Simple notification, which will not be closed" -d
@notify "Multiline notification\nwith second line"
@notify "Multiline notification\nwith title" -t
@notify "Notify 3\nNotification with information" -tI
/programs/system/notify3/test#2.sh
1,13 → 1,12
#SHS
@notify "Application" -dtA
@notify "Error" -dtE
@notify "Warning" -dtW
@notify "Ok" -dtO
@notify "Network" -dtN
@notify "Info" -dtI
@notify "Folder" -dtF
@notify "Component" -dtC
@notify "Mail" -dtM
@notify "Download" -dtD
@notify "Hard disk" -dtH
@notify "Audio Player" -dtP
@notify "Application" -tA
@notify "Error" -tE
@notify "Warning" -tW
@notify "Ok" -tO
@notify "Network" -tN
@notify "Info" -tI
@notify "Folder" -tF
@notify "Component" -tC
@notify "Mail" -tM
@notify "Download" -tD
@notify "Audio Player" -tP