Changeset 552 for trunk/dll/error.c


Ignore:
Timestamp:
Mar 1, 2007, 7:24:47 AM (18 years ago)
Author:
Gregg Young
Message:

font cleanup; new image and archiver masks; messages moved to string file; new drive flags including David's icons mostly working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/error.c

    r551 r552  
    2020  26 Jul 06 SHL Add ..._Error2
    2121  16 Aug 06 SHL Tweak message formatting
     22  07 Jan 07 GKY Move error strings etc. to string file
    2223
    2324***********************************************************************/
     
    209210
    210211  sprintf(szMsg + strlen(szMsg),
    211           // GetPString(IDS_DOSERR1TEXT), fixme
    212           "\nModule: %s\nLinenumber: %u", pszSrcFile, uSrcLineNo);
     212          GetPString(IDS_GENERR1TEXT), pszSrcFile, uSrcLineNo);
    213213
    214214  showMsg(MB_ICONEXCLAMATION, HWND_DESKTOP, DEBUG_STRING, szMsg);
Note: See TracChangeset for help on using the changeset viewer.