diff --git a/Base/home/anon/Launcher.ini b/Base/home/anon/Launcher.ini index 667630932f..5cd033b09d 100644 --- a/Base/home/anon/Launcher.ini +++ b/Base/home/anon/Launcher.ini @@ -33,3 +33,7 @@ Icon=/res/icons/32x32/app-snake.png [ProcessManager] Path=/bin/ProcessManager Icon=/res/icons/32x32/msgbox-warning.png + +[PaintBrush] +Path=/bin/PaintBrush +Icon=/res/icons/32x32/app-paintbrush.png diff --git a/Base/res/icons/32x32/app-paintbrush.png b/Base/res/icons/32x32/app-paintbrush.png new file mode 100644 index 0000000000..ab68a56f07 Binary files /dev/null and b/Base/res/icons/32x32/app-paintbrush.png differ