diff options
Diffstat (limited to 'Base/res')
-rw-r--r-- | Base/res/apps/Piano.af | 8 | ||||
-rw-r--r-- | Base/res/apps/SoundPlayer.af | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/Base/res/apps/Piano.af b/Base/res/apps/Piano.af new file mode 100644 index 0000000000..9b58d5fa11 --- /dev/null +++ b/Base/res/apps/Piano.af @@ -0,0 +1,8 @@ +[App] +Name=Piano +Executable=/bin/Piano +Category=Sound + +[Icons] +16x16=/res/icons/16x16/app-piano.png +32x32=/res/icons/32x32/app-piano.png diff --git a/Base/res/apps/SoundPlayer.af b/Base/res/apps/SoundPlayer.af new file mode 100644 index 0000000000..5b7ec5d99b --- /dev/null +++ b/Base/res/apps/SoundPlayer.af @@ -0,0 +1,8 @@ +[App] +Name=SoundPlayer +Executable=/bin/SoundPlayer +Category=Sound + +[Icons] +16x16=/res/icons/16x16/app-sound-player.png +32x32=/res/icons/32x32/app-sound-player.png |