From 16d1245b64d6a6857e43573eeeec5dfc364d860c Mon Sep 17 00:00:00 2001 From: Alekhya Reddy Kommuru Date: Mon, 16 Mar 2020 08:03:53 -0700 Subject: [PATCH] changed the name to be displayed from Wox.Launcher to Launcher --- src/modules/launcher/Wox.Launcher/dllmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/launcher/Wox.Launcher/dllmain.cpp b/src/modules/launcher/Wox.Launcher/dllmain.cpp index 0a1e7aed46..4b9374f3ab 100644 --- a/src/modules/launcher/Wox.Launcher/dllmain.cpp +++ b/src/modules/launcher/Wox.Launcher/dllmain.cpp @@ -23,7 +23,7 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReser } // The PowerToy name that will be shown in the settings. -const static wchar_t* MODULE_NAME = L"Wox.Launcher"; +const static wchar_t* MODULE_NAME = L"Launcher"; // Add a description that will we shown in the module settings page. const static wchar_t* MODULE_DESC = L"";