summaryrefslogtreecommitdiff
path: root/Userland/Applications/Settings/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/Settings/main.cpp')
-rw-r--r--Userland/Applications/Settings/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/Settings/main.cpp b/Userland/Applications/Settings/main.cpp
index 74368deef9..9f3acbac66 100644
--- a/Userland/Applications/Settings/main.cpp
+++ b/Userland/Applications/Settings/main.cpp
@@ -76,7 +76,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
TRY(Core::System::pledge("stdio thread recvfd sendfd rpath cpath wpath proc exec"));
- auto app_icon = GUI::Icon::default_icon("app-settings");
+ auto app_icon = GUI::Icon::default_icon("app-settings"sv);
auto window = TRY(GUI::Window::try_create());
window->set_title("Settings");