summaryrefslogtreecommitdiff
path: root/Userland/Applications/Presenter/PresenterWidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/Presenter/PresenterWidget.cpp')
-rw-r--r--Userland/Applications/Presenter/PresenterWidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/Presenter/PresenterWidget.cpp b/Userland/Applications/Presenter/PresenterWidget.cpp
index c9cf6e5fc6..f81d89c998 100644
--- a/Userland/Applications/Presenter/PresenterWidget.cpp
+++ b/Userland/Applications/Presenter/PresenterWidget.cpp
@@ -102,7 +102,7 @@ ErrorOr<void> PresenterWidget::initialize_menubar()
update_slides_actions();
auto help_menu = TRY(window->try_add_menu("&Help"));
- TRY(help_menu->try_add_action(GUI::CommonActions::make_about_action("Presenter", GUI::Icon::default_icon("app-display-settings"sv))));
+ TRY(help_menu->try_add_action(GUI::CommonActions::make_about_action("Presenter", GUI::Icon::default_icon("app-presenter"sv))));
return {};
}