summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/Toaster/src/stdafx.h2
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;