aboutsummaryrefslogtreecommitdiff
path: root/src/ThemeBuilder/components/stylers/CursorStylerEditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ThemeBuilder/components/stylers/CursorStylerEditor.cpp')
-rw-r--r--src/ThemeBuilder/components/stylers/CursorStylerEditor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ThemeBuilder/components/stylers/CursorStylerEditor.cpp b/src/ThemeBuilder/components/stylers/CursorStylerEditor.cpp
index 9984d81a..71de739a 100644
--- a/src/ThemeBuilder/components/stylers/CursorStylerEditor.cpp
+++ b/src/ThemeBuilder/components/stylers/CursorStylerEditor.cpp
@@ -4,11 +4,11 @@
namespace cru::theme_builder::components::stylers {
CursorStylerEditor::CursorStylerEditor() {
- SetLabel(u"Cursor Styler");
+ SetLabel("Cursor Styler");
GetContainer()->AddChild(cursor_select_.GetRootControl());
- cursor_select_.SetLabel(u"Cursor");
- cursor_select_.SetItems({u"arrow", u"hand", u"ibeam"});
+ cursor_select_.SetLabel("Cursor");
+ cursor_select_.SetItems({"arrow", "hand", "ibeam"});
cursor_select_.SetSelectedIndex(0);
ConnectChangeEvent(cursor_select_);