diff options
author | Cubic Love <7754483+cubiclove@users.noreply.github.com> | 2023-02-28 00:20:09 +0000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-02-28 10:17:40 +0100 |
commit | 80d1fc39a4755c1d422d5da0f9ae9f004629eb11 (patch) | |
tree | 0dabfc2e0e2857f9a8f6636bb4cf5ffd4f60a513 | |
parent | e864444fe3b1fcbb2839f05df20463a99efb3850 (diff) | |
download | serenity-80d1fc39a4755c1d422d5da0f9ae9f004629eb11.zip |
Base: Update Presenter man page with correct icon + Add a link to open
Use the correct icon in the Presenter application man page and add a
link to open the executable.
-rw-r--r-- | Base/usr/share/man/man1/Applications/Presenter.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Base/usr/share/man/man1/Applications/Presenter.md b/Base/usr/share/man/man1/Applications/Presenter.md index 437fcc9c94..023e212da2 100644 --- a/Base/usr/share/man/man1/Applications/Presenter.md +++ b/Base/usr/share/man/man1/Applications/Presenter.md @@ -1,6 +1,8 @@ ## Name -![Icon](/res/icons/16x16/app-display-settings.png) Presenter - Present slides to an audience +![Icon](/res/icons/16x16/app-presenter.png) Presenter - Present slides to an audience + +[Open](file:///bin/Presenter) ## Synopsis |