1
0
mirror of synced 2025-01-20 01:32:51 +01:00

- Taiko: Fix name

This commit is contained in:
Harm 2021-08-31 00:15:09 +02:00
parent ef1d5ba754
commit c2ccc6c7be

View File

@ -29,7 +29,7 @@ static HWND WINAPI CreateWindowExWHook(DWORD dwExStyle, LPCWSTR lpClassName, LPC
Y = 0;
}
lpWindowName = L"OpenParrot - Taiko no Tatsujin Nijiiro";
lpWindowName = L"OpenParrot - Taiko no Tatsujin Nijiiro Ver";
}
return CreateWindowExWOri(dwExStyle, lpClassName, lpWindowName, dwStyle, X, Y, nWidth, nHeight, hWndParent, hMenu, hInstance, lpParam);