Changeset 21963 for trunk/src/shell32/shell32_odin.cpp
- Timestamp:
- Feb 6, 2012, 4:51:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/shell32_odin.cpp
r21494 r21963 56 56 57 57 #include "os2_integration.h" 58 #include "odinbuild.h" 58 59 59 60 … … 96 97 */ 97 98 #define IDC_ODINLOGO 2001 98 #define IDC_ODINBUILDNR 200299 #define IDC_ODINBUILDNR 98 99 100 #define IDB_ODINLOGO 5555 100 101 … … 120 121 SetWindowTextA( GetDlgItem(hWnd, IDC_STATIC_TEXT), info->szOtherStuff ); 121 122 122 sprintf( AppTitle, "(%s)", __DATE__); 123 GetWindowTextA( GetDlgItem(hWnd, IDC_ODINBUILDNR), Template, sizeof(Template) ); 124 sprintf( AppTitle, Template, ODIN32_VERSION_MAJOR, 125 ODIN32_VERSION_MINOR, ODIN32_BUILD_NR, __DATE__); 123 126 SetWindowTextA( GetDlgItem(hWnd, IDC_ODINBUILDNR), AppTitle); 124 127 HWND hwndOdinLogo = GetDlgItem(hWnd, IDC_ODINLOGO);
Note:
See TracChangeset
for help on using the changeset viewer.