diff --git a/Applications/Piano/main.cpp b/Applications/Piano/main.cpp index d453f3b5ade..0e25bb423ef 100644 --- a/Applications/Piano/main.cpp +++ b/Applications/Piano/main.cpp @@ -25,6 +25,8 @@ int main(int argc, char** argv) window->show(); + window->set_icon_path("/res/icons/16x16/app-piano.png"); + CNotifier notifier(s_pipefds[0], CNotifier::Read); notifier.on_ready_to_read = [&] { char buffer[32]; diff --git a/Base/res/icons/16x16/app-piano.png b/Base/res/icons/16x16/app-piano.png new file mode 100644 index 00000000000..7f66ce1ae6b Binary files /dev/null and b/Base/res/icons/16x16/app-piano.png differ