From 0f0e20249e05810712c7a6b927c81539aadd8e09 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 7 Jun 2023 23:54:39 +0300 Subject: Toaster: fix application name in popup header --- plugins/Toaster/src/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Toaster/src/stdafx.h b/plugins/Toaster/src/stdafx.h index e3211c31c2..e594613485 100644 --- a/plugins/Toaster/src/stdafx.h +++ b/plugins/Toaster/src/stdafx.h @@ -29,7 +29,7 @@ #include "version.h" #include "resource.h" -const wchar_t AppUserModelID[] = L"MirandaNG"; +const wchar_t AppUserModelID[] = L"Miranda NG"; #define MODULENAME "Toaster" #define CHECKHR(x) if (FAILED(x)) return x; -- cgit v1.2.3