From c54b34aff1dd46b2ac36c82cf422bc26cacf186f Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Mon, 2 Jul 2018 17:40:18 -0700 Subject: [PATCH] ... --- Tutorial/Lib/GacUI/WinMain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tutorial/Lib/GacUI/WinMain.cpp b/Tutorial/Lib/GacUI/WinMain.cpp index 79625b1d..35941d75 100644 --- a/Tutorial/Lib/GacUI/WinMain.cpp +++ b/Tutorial/Lib/GacUI/WinMain.cpp @@ -14,7 +14,7 @@ public: void Load()override { - RegisterTheme(L"DarkSkin", MakePtr()); + RegisterTheme(MakePtr()); } void Unload()override