1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:27:35 +00:00

PixelPaint: Rename from PaintBrush :^)

This commit is contained in:
Andreas Kling 2020-05-20 20:35:35 +02:00
parent ff4eaa12b4
commit 58fa9c6e89
41 changed files with 58 additions and 58 deletions

View file

@ -1,8 +0,0 @@
[App]
Name=PaintBrush
Executable=/bin/PaintBrush
Category=Graphics
[Icons]
16x16=/res/icons/16x16/app-paintbrush.png
32x32=/res/icons/32x32/app-paintbrush.png

View file

@ -0,0 +1,8 @@
[App]
Name=PixelPaint
Executable=/bin/PixelPaint
Category=Graphics
[Icons]
16x16=/res/icons/16x16/app-pixelpaint.png
32x32=/res/icons/32x32/app-pixelpaint.png

View file

@ -61,5 +61,5 @@ Serenity includes the Piano, which allows you to create your own tunes by
simply pressing keys on the keyboard. You can pick the wavetype, octave, and
more! Serenity also has SoundPlayer, which lets you play WAV files.
Serenity also has PaintBrush, which is a simple bitmap editor. Draw with the
Serenity also has PixelPaint, which is a layered bitmap editor. Draw with the
pencil and change colors. Try drawing shapes! Can't do that in GIMP!