Changeset 1402 for trunk/dll/seeall.c
- Timestamp:
- Mar 14, 2009, 6:17:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/seeall.c
r1400 r1402 47 47 08 Mar 09 GKY Renamed commafmt.h i18nutil.h 48 48 08 Mar 09 GKY Additional strings move to PCSZs in init.c 49 08 Mar 09 GKY Removed variable aurguments from docopyf and unlinkf (not used) 49 50 50 51 ***********************************************************************/ … … 283 284 hwnd, 284 285 GetPString(IDS_ERRORTEXT), 285 "%s",GetPString(IDS_CHECKONETEXT));286 GetPString(IDS_CHECKONETEXT)); 286 287 else 287 288 WinDismissDlg(hwnd, flags); … … 611 612 hwndFrame, 612 613 GetPString(IDS_ERRORTEXT), 613 "%s",GetPString(IDS_NOTWRITENOTARGETTEXT));614 GetPString(IDS_NOTWRITENOTARGETTEXT)); 614 615 goto RetryPath; 615 616 } … … 759 760 } 760 761 } 761 rc = docopyf(type, list[x], "%s",newname);762 rc = docopyf(type, list[x], newname); 762 763 if (fResetVerify) { 763 764 DosSetVerify(fVerify); … … 814 815 hwndFrame, 815 816 GetPString(IDS_DISKFULLTEXT), 816 "%s",GetPString(IDS_ANOTHERDISKTEXT));817 GetPString(IDS_ANOTHERDISKTEXT)); 817 818 if (rc == MBID_RETRY) 818 819 goto Retry; … … 936 937 switch (SHORT1FROMMP(mp1)) { 937 938 case IDM_OPENSETTINGS: 938 s = Settings;939 s = (PSZ) Settings; 939 940 break; 940 941 default: 941 s = Default;942 s = (PSZ) Default; 942 943 break; 943 944 } … … 1579 1580 } 1580 1581 else { 1581 // saymsg(MB_ENTER,HWND_DESKTOP,DEBUG_STRING,"Strdup failed.");1582 1582 ad->stopflag = 1; 1583 1583 break; … … 2034 2034 HWND_DESKTOP, 2035 2035 GetPString(IDS_WARNINGTEXT), 2036 "One or more of your files has a full path name that exceeds the OS/2 maximum");2036 GetPString(IDS_LENGTHEXCEEDSMAXPATHTEXT)); 2037 2037 } 2038 2038 return;
Note:
See TracChangeset
for help on using the changeset viewer.