diff --git a/data/common/notify3.png b/data/common/notify3.png index 7a7e736ee7..648ed0b9d1 100644 Binary files a/data/common/notify3.png and b/data/common/notify3.png differ diff --git a/programs/system/notify3/icons/notify.orig.png b/programs/system/notify3/icons/notify.orig.png index 54b4ebe472..de3aa9f5f9 100644 Binary files a/programs/system/notify3/icons/notify.orig.png and b/programs/system/notify3/icons/notify.orig.png differ diff --git a/programs/system/notify3/notify.asm b/programs/system/notify3/notify.asm index c12cf7f7df..75208699a6 100644 --- a/programs/system/notify3/notify.asm +++ b/programs/system/notify3/notify.asm @@ -149,7 +149,7 @@ inc ebx cmpe [eax], byte "D", .set_icon inc ebx - cmpe [eax], byte "P", .set_icon + cmpe [eax], byte "S", .set_icon jmp .next_char diff --git a/programs/system/notify3/readme.txt b/programs/system/notify3/readme.txt index 5b48f5a7a9..60e3d75cbf 100644 --- a/programs/system/notify3/readme.txt +++ b/programs/system/notify3/readme.txt @@ -26,4 +26,4 @@ C - component M - mail D - download - P - audio player + S - sound diff --git a/programs/system/notify3/test#2.sh b/programs/system/notify3/test#2.sh index 2b6a2b4d9e..dfd0589459 100644 --- a/programs/system/notify3/test#2.sh +++ b/programs/system/notify3/test#2.sh @@ -9,4 +9,4 @@ @notify "Component" -tC @notify "Mail" -tM @notify "Download" -tD -@notify "Audio Player" -tP \ No newline at end of file +@notify "Sound" -tS