@@ -72,11 +72,11 @@ @end //================================================================================================================================== 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); wcx.style = CS_VREDRAW | CS_HREDRAW; wcx.lpfnWndProc = (WNDPROC)win32_OGWndProc;