Changeset 552 for trunk/dll/dircnrs.c


Ignore:
Timestamp:
Mar 1, 2007, 7:24:47 AM (19 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/dircnrs.c

    r551 r552  
    2020  26 Jul 06 SHL Use chop_at_crnl
    2121  15 Aug 06 SHL Rework warning message text
     22  07 Jan 07 GKY Move error strings etc. to string file
    2223
    2324***********************************************************************/
     
    25882589              if (rc) {
    25892590                Dos_Error(MB_ENTER, rc, HWND_DESKTOP, pszSrcFile, __LINE__,
    2590                           // fixme GetPString(IDS_CANTFINDDIRTEXT),
    2591                           "Can't find drive %s", pci->szFileName);
    2592                 // fixme DosBeep(250,100);
     2591                          GetPString(IDS_CANTFINDDIRTEXT),
     2592                          pci->szFileName);
     2593                DosBeep(250,100);
    25932594                driveserial[toupper(*pci->szFileName) - 'A'] = -1;
    25942595                UnFlesh(hwnd, pci);
     
    28132814            }
    28142815            else if (IsRoot(dcd->directory)) {
    2815               saymsg(MB_ENTER, hwnd, GetPString(IDS_ERRORTEXT), "Can not drag root directory"); // fixme to be GetPString
     2816                saymsg(MB_ENTER, hwnd, GetPString(IDS_ERRORTEXT),
     2817                       GetPString(IDS_CANTDRAGROOTDIR));
    28162818              break;
    28172819            }
Note: See TracChangeset for help on using the changeset viewer.