diff options
author | Andreas Kling <kling@serenityos.org> | 2021-05-16 00:55:23 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-16 01:11:56 +0200 |
commit | 6c2c3b920e733f6dcae4fc1d9b0242c1bd0ace6d (patch) | |
tree | 09d345d50c28e24ee1f7d6551edd71614e258490 /Base/res/apps | |
parent | c7244e37eb98a4145b5a0ca5313d4ccb8a586e73 (diff) | |
download | serenity-6c2c3b920e733f6dcae4fc1d9b0242c1bd0ace6d.zip |
PixelPaint: Style the application name as "Pixel Paint" :^)
Diffstat (limited to 'Base/res/apps')
-rw-r--r-- | Base/res/apps/PixelPaint.af | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/res/apps/PixelPaint.af b/Base/res/apps/PixelPaint.af index 5ee1ecf06c..2c0d4d8a8c 100644 --- a/Base/res/apps/PixelPaint.af +++ b/Base/res/apps/PixelPaint.af @@ -1,5 +1,5 @@ [App] -Name=PixelPaint +Name=Pixel Paint Executable=/bin/PixelPaint Category=Graphics |