Ignore:
Timestamp:
Apr 28, 2001, 3:33:49 PM (24 years ago)
Author:
sandervl
Message:

resync with latest wine

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:51 sandervl Exp $ */
     1/* $Id: dialogs.c,v 1.2 2001-04-28 13:33:43 sandervl Exp $ */
    22/*
    33 *      common shell dialogs
     
    6262{
    6363        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
    6467        if (MessageBoxA( hWndOwner, "Do you want to exit WINE?", "Shutdown", MB_YESNO|MB_ICONQUESTION) == IDOK)
     68#endif
    6569        {
    6670          SendMessageA ( hWndOwner, WM_QUIT, 0, 0);
Note: See TracChangeset for help on using the changeset viewer.