Ignore:
Timestamp:
Nov 26, 2000, 2:36:53 PM (25 years ago)
Author:
bird
Message:

Added support for updating config.sys.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/utils/Win32kCC.rc

    r4178 r4702  
    1 /* $Id: Win32kCC.rc,v 1.3 2000-09-03 23:53:19 bird Exp $
     1/* $Id: Win32kCC.rc,v 1.4 2000-11-26 13:36:53 bird Exp $
    22 *
    33 * Resource File for Win32k Control Center.
     
    3131    IDS_ERR_INVALID_MAXHEAPSIZE,"Invalid heapsize."
    3232    IDS_ERR_SETPOPTIONS,        "Error occured in win32k while changing the options. (rc=0x%x)"
     33    IDS_ERR_FOPEN_FAILED,       "Failed to open file %s."
     34    IDS_FSIZE_FAILED,           "Failed to determin size of file %s."
     35    IDS_MALLOC_FAILED,          "Error! malloc or calloc failed to allocate %d bytes of memory."
     36    IDS_FWRITE_FAILED,          "Error! failed to write to file %s."
    3337END
    3438
     
    3943     */
    4044    IDM_INFO_DIRTY,             "You have changed the settings but not applied them. Sure you wan't to exit?"
     45    IDM_CONFIGSYS_UPDATED,      "Config.sys was successfully updated."
    4146END
    4247
Note: See TracChangeset for help on using the changeset viewer.