From eb706aae8bf5659a8aae37db31f88c3b605b8b1f Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Tue, 8 Jan 2019 23:13:32 +0100 Subject: reingineer compat layer not totally sure whether that's actually better --- alf/alfpanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alf/alfpanel.cpp') diff --git a/alf/alfpanel.cpp b/alf/alfpanel.cpp index 74db788..070c286 100644 --- a/alf/alfpanel.cpp +++ b/alf/alfpanel.cpp @@ -59,7 +59,7 @@ ALF_RegisterPanelClass(ALFAPP app) ZeroMemory(&cls, sizeof(cls)); TCHAR classNameBuf[256]; - ALF_BuildRandomClassName(app, TEXT("ALFPanel."), classNameBuf); + ALF_BuildRandomClassName(TEXT("ALFPanel"), classNameBuf, 256); cls.hInstance = app->hInstance; cls.hCursor = LoadCursor(NULL, (LPTSTR)IDC_ARROW); -- cgit v1.2.3