Changeset 4554 for trunk/src


Ignore:
Timestamp:
Nov 5, 2000, 2:39:50 PM (25 years ago)
Author:
sandervl
Message:

changed warning string for ExitWindowsEx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/user32.cpp

    r4498 r4554  
    1 /* $Id: user32.cpp,v 1.85 2000-10-18 20:12:45 sandervl Exp $ */
     1/* $Id: user32.cpp,v 1.86 2000-11-05 13:39:50 sandervl Exp $ */
    22
    33/*
     
    579579{
    580580  int rc = MessageBoxA(HWND_DESKTOP,
    581                        "Are you sure you want to shutdown the system?",
     581                       "Are you sure you want to shutdown the OS/2 system?",
    582582                       "Shutdown ...",
    583583                       MB_YESNOCANCEL | MB_ICONQUESTION);
Note: See TracChangeset for help on using the changeset viewer.