Changeset 22088 for branches/swt/src/user32/win32wbasenonclient.cpp
- Timestamp:
- Mar 10, 2015, 9:03:11 AM (11 years ago)
- File:
-
- 1 edited
-
branches/swt/src/user32/win32wbasenonclient.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/swt/src/user32/win32wbasenonclient.cpp
r22082 r22088 1413 1413 *(VOID **)&ShellAboutA = (VOID *)GetProcAddress(hShell32, "ShellAboutA"); 1414 1414 } 1415 ShellAboutA(Win32Hwnd,"Odin","Odin Beta -- [swt branch] -- **experimental**",0); 1415 #ifdef DEBUG 1416 ShellAboutA(Win32Hwnd,"Odin","Odin Beta -- [swt branch] - **experimental** - (dbg-bld)",0); 1417 #else 1418 ShellAboutA(Win32Hwnd,"Odin","Odin Beta -- [swt branch] - **experimental** - (rel-bld)",0); 1419 #endif 1416 1420 } 1417 1421 #ifdef DEBUG
Note:
See TracChangeset
for help on using the changeset viewer.
