summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-05-20 20:35:35 +0200
committerAndreas Kling <kling@serenityos.org>2020-05-20 20:35:35 +0200
commit58fa9c6e8908c7a1416b9c340225e7b73f9c5e2a (patch)
tree2dd80b00b17569966e84543efca34122cf49f189 /Base
parentff4eaa12b4e58a5e3ab0269a6749deea731f2a77 (diff)
downloadserenity-58fa9c6e8908c7a1416b9c340225e7b73f9c5e2a.zip
PixelPaint: Rename from PaintBrush :^)
Diffstat (limited to 'Base')
-rw-r--r--Base/res/apps/PaintBrush.af8
-rw-r--r--Base/res/apps/PixelPaint.af8
-rw-r--r--Base/res/welcome.txt2
3 files changed, 9 insertions, 9 deletions
diff --git a/Base/res/apps/PaintBrush.af b/Base/res/apps/PaintBrush.af
deleted file mode 100644
index f8ed11afd1..0000000000
--- a/Base/res/apps/PaintBrush.af
+++ /dev/null
@@ -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
diff --git a/Base/res/apps/PixelPaint.af b/Base/res/apps/PixelPaint.af
new file mode 100644
index 0000000000..be6a410da7
--- /dev/null
+++ b/Base/res/apps/PixelPaint.af
@@ -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
diff --git a/Base/res/welcome.txt b/Base/res/welcome.txt
index 7b198e204c..5d1986db70 100644
--- a/Base/res/welcome.txt
+++ b/Base/res/welcome.txt
@@ -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!