Changeset 2393 for trunk/src/shell32/shell32_main.cpp
- Timestamp:
- Jan 9, 2000, 8:23:09 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/shell32_main.cpp
r1916 r2393 1 /* $Id: shell32_main.cpp,v 1. 6 1999-12-01 10:48:58 sandervlExp $ */1 /* $Id: shell32_main.cpp,v 1.7 2000-01-09 19:23:09 phaller Exp $ */ 2 2 3 3 /* … … 714 714 info.szOtherStuff = szOtherStuff; 715 715 info.hIcon = hIcon; 716 if (!hIcon) info.hIcon = LoadIconA( 0, (LPCSTR)OIC_ WINEICON );716 if (!hIcon) info.hIcon = LoadIconA( 0, (LPCSTR)OIC_ODINICON ); 717 717 return DialogBoxIndirectParamA( GetWindowLongA( hWnd, GWL_HINSTANCE ), 718 718 (DLGTEMPLATE*)dlgTemplate , hWnd, AboutDlgProc, (LPARAM)&info ); … … 740 740 info.szOtherStuff = HEAP_strdupWtoA( GetProcessHeap(), 0, szOtherStuff ); 741 741 info.hIcon = hIcon; 742 if (!hIcon) info.hIcon = LoadIconA( 0, (LPCSTR)OIC_ WINEICON );742 if (!hIcon) info.hIcon = LoadIconA( 0, (LPCSTR)OIC_ODINICON ); 743 743 ret = DialogBoxIndirectParamA( GetWindowLongA( hWnd, GWL_HINSTANCE ), 744 744 (DLGTEMPLATE*)dlgTemplate, hWnd, AboutDlgProc, (LPARAM)&info );
Note:
See TracChangeset
for help on using the changeset viewer.