diff options
author | Andreas Kling <kling@serenityos.org> | 2021-05-18 20:55:29 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-18 21:00:32 +0200 |
commit | df29d58e19e1325badeacee51e5674ff6b9e1416 (patch) | |
tree | 68f57d19c428b8ac2c0b177249353002c922f73b /Base | |
parent | eb9a0ace280a207640c148c07ef797dc93493b3d (diff) | |
download | serenity-df29d58e19e1325badeacee51e5674ff6b9e1416.zip |
PDFViewer+Base: Display application title as "PDF Viewer"
This matches other applications in the system. :^)
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/apps/PDFViewer.af | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/res/apps/PDFViewer.af b/Base/res/apps/PDFViewer.af index 03e79885a3..0feb811b26 100644 --- a/Base/res/apps/PDFViewer.af +++ b/Base/res/apps/PDFViewer.af @@ -1,4 +1,4 @@ [App] -Name=PDFViewer +Name=PDF Viewer Executable=/bin/PDFViewer Category=Graphics |