Change wrong OF prefix to OG.
This commit is contained in:
parent
14e5b61471
commit
c29f0c525c
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue