Changeset 552 for trunk/dll/dircnrs.c
- Timestamp:
- Mar 1, 2007, 7:24:47 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/dll/dircnrs.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dircnrs.c
r551 r552 20 20 26 Jul 06 SHL Use chop_at_crnl 21 21 15 Aug 06 SHL Rework warning message text 22 07 Jan 07 GKY Move error strings etc. to string file 22 23 23 24 ***********************************************************************/ … … 2588 2589 if (rc) { 2589 2590 Dos_Error(MB_ENTER, rc, HWND_DESKTOP, pszSrcFile, __LINE__, 2590 // fixmeGetPString(IDS_CANTFINDDIRTEXT),2591 "Can't find drive %s",pci->szFileName);2592 // fixmeDosBeep(250,100);2591 GetPString(IDS_CANTFINDDIRTEXT), 2592 pci->szFileName); 2593 DosBeep(250,100); 2593 2594 driveserial[toupper(*pci->szFileName) - 'A'] = -1; 2594 2595 UnFlesh(hwnd, pci); … … 2813 2814 } 2814 2815 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)); 2816 2818 break; 2817 2819 }
Note:
See TracChangeset
for help on using the changeset viewer.
