Changeset 4544 for trunk/src/shell32/shell32_odin.cpp
- Timestamp:
- Oct 28, 2000, 4:36:48 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/shell32_odin.cpp
r4121 r4544 1 /* $Id: shell32_odin.cpp,v 1. 1 2000-08-30 13:52:54sandervl Exp $ */1 /* $Id: shell32_odin.cpp,v 1.2 2000-10-28 14:36:48 sandervl Exp $ */ 2 2 3 3 /* … … 93 93 * AboutDlgProc32 (internal) 94 94 */ 95 #define IDC_ODINLOGO 2001 96 #define IDB_ODINLOGO 5555 95 #define IDC_ODINLOGO 2001 96 #define IDC_ODINBUILDNR 2002 97 #define IDB_ODINLOGO 5555 97 98 98 99 BOOL WINAPI AboutDlgProc( HWND hWnd, UINT msg, WPARAM wParam, … … 117 118 SetWindowTextA( GetDlgItem(hWnd, IDC_STATIC_TEXT), info->szOtherStuff ); 118 119 120 sprintf( AppTitle, "(%s)", __DATE__); 121 SetWindowTextA( GetDlgItem(hWnd, IDC_ODINBUILDNR), AppTitle); 119 122 HWND hwndOdinLogo = GetDlgItem(hWnd, IDC_ODINLOGO); 120 123 if(hwndOdinLogo) {
Note:
See TracChangeset
for help on using the changeset viewer.