Change wrong OF prefix to OG.

This commit is contained in:
Jonathan Schleifer 2012-01-05 16:38:40 +01:00
parent 14e5b61471
commit c29f0c525c
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ extern Class og_application_delegate(void);
void win32_init(int *argc, char ***argv)
{
//register a single window class; we'll customize later, as needed
char *clsName = "OFWidgetClass";
char *clsName = "OGWidgetClass";
HINSTANCE hInst = (HINSTANCE)GetModuleHandle(NULL);
WNDCLASSEX wcx;
wcx.cbSize = sizeof(wcx);