PRODUCT_NAME -> PRODUCT_FAMILY

PRODUCT_NAME_VER -> PRODUCT_ID_VER
This commit is contained in:
Chris Danford
2006-02-25 23:59:32 +00:00
parent e26eaf822e
commit d87a17a034
10 changed files with 22 additions and 22 deletions
@@ -87,7 +87,7 @@ BOOL CALLBACK LoadingWindow_Win32::WndProc( HWND hWnd, UINT msg, WPARAM wParam,
STM_SETIMAGE,
(WPARAM) IMAGE_BITMAP,
(LPARAM) (HANDLE) g_hBitmap );
SetWindowTextA( hWnd, PRODUCT_NAME );
SetWindowTextA( hWnd, PRODUCT_ID );
break;
case WM_DESTROY: