diff options
author | Andreas Kling <kling@serenityos.org> | 2021-05-14 18:34:44 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-14 18:34:44 +0200 |
commit | 58d73ea36c84c397d51286df0139c9840639c8cf (patch) | |
tree | c9da5591115485ed72acc57a57016b7d8b30155a /Base/res | |
parent | d039542c7c022954ca305a79b379c076900de3d7 (diff) | |
download | serenity-58d73ea36c84c397d51286df0139c9840639c8cf.zip |
Userland: Rename QuickShow => Image Viewer
The old name was a bit too ambiguous. This one is crystal clear. :^)
Diffstat (limited to 'Base/res')
-rw-r--r-- | Base/res/apps/ImageViewer.af (renamed from Base/res/apps/QuickShow.af) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Base/res/apps/QuickShow.af b/Base/res/apps/ImageViewer.af index fbc18f3b97..d86708d1b2 100644 --- a/Base/res/apps/QuickShow.af +++ b/Base/res/apps/ImageViewer.af @@ -1,6 +1,6 @@ [App] -Name=QuickShow -Executable=/bin/QuickShow +Name=Image Viewer +Executable=/bin/ImageViewer Category=Graphics [Launcher] |