Changeset 1402 for trunk/dll/viewer.c
- Timestamp:
- Mar 14, 2009, 6:17:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/viewer.c
r1395 r1402 19 19 07 Feb 09 GKY Allow user to turn off alert and/or error beeps in settings notebook. 20 20 07 Feb 09 GKY Eliminate Win_Error2 by moving function names to PCSZs used in Win_Error 21 08 Mar 09 GKY Additional strings move to String Table 21 22 22 23 ***********************************************************************/ … … 795 796 if (vw->fileattrreadonly) { 796 797 temp = saymsg(MB_OKCANCEL | MB_ICONEXCLAMATION, 797 hwnd, NullStr, "File is readonly and has not been saved");798 hwnd, NullStr, GetPString(IDS_EDITREADONLYFILETEXT3)); 798 799 if (temp == MBID_CANCEL) 799 800 return 0; … … 917 918 } 918 919 } 919 //printf("%s %s %d\n ",vw->exportfilename, __FILE__, __LINE__); fflush(stdout);920 920 if (!MLEexportfile(hwndMLE, 921 921 vw->exportfilename, … … 1248 1248 if (vw->fileattrreadonly) { 1249 1249 temp = saymsg(MB_OKCANCEL | MB_ICONEXCLAMATION, 1250 hwnd, NullStr, "File is readonly and has not been saved");1250 hwnd, NullStr, GetPString(IDS_EDITREADONLYFILETEXT3)); 1251 1251 if (temp == MBID_CANCEL) 1252 1252 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.