diff options
author | dartraiden <wowemuh@gmail.com> | 2023-06-07 23:54:39 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2023-06-07 23:54:39 +0300 |
commit | 0f0e20249e05810712c7a6b927c81539aadd8e09 (patch) | |
tree | 3524c6bd7156ec43db735fede957178b3e2e0048 /plugins/Toaster/src | |
parent | d6ff87d7322f48e298d01fe7cc14d96b0f6468ef (diff) |
Toaster: fix application name in popup header
Diffstat (limited to 'plugins/Toaster/src')
-rw-r--r-- | plugins/Toaster/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|