Changeset 5618 for trunk/src/shell32/dialogs.c
- Timestamp:
- Apr 28, 2001, 3:33:49 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/dialogs.c
r4121 r5618 1 /* $Id: dialogs.c,v 1. 1 2000-08-30 13:52:51sandervl Exp $ */1 /* $Id: dialogs.c,v 1.2 2001-04-28 13:33:43 sandervl Exp $ */ 2 2 /* 3 3 * common shell dialogs … … 62 62 { 63 63 TRACE("(0x%08x)\n", hWndOwner); 64 #ifdef __WIN32OS2__ 65 if (MessageBoxA( hWndOwner, "Do you want to exit Odin?", "Shutdown", MB_YESNO|MB_ICONQUESTION) == IDOK) 66 #else 64 67 if (MessageBoxA( hWndOwner, "Do you want to exit WINE?", "Shutdown", MB_YESNO|MB_ICONQUESTION) == IDOK) 68 #endif 65 69 { 66 70 SendMessageA ( hWndOwner, WM_QUIT, 0, 0);
Note:
See TracChangeset
for help on using the changeset viewer.