Changeset 878 for trunk/dll/notebook.c


Ignore:
Timestamp:
Nov 26, 2007, 2:20:00 PM (18 years ago)
Author:
Gregg Young
Message:

Added "Save as" and readonly file handling to internal editor; clean up ext path not checked on start up; Updated history.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/notebook.c

    r876 r878  
    2020  19 Aug 07 SHL Sync with SaveDirCnrState mods
    2121  21 Aug 07 GKY Make Subject column in dircnr sizable and movable from the rigth to the left pane
     22  26 Nov 07 GKY Allow a currently nonvalid path in the ext path field with warning
    2223
    2324***********************************************************************/
     
    207208        if (IsFile(extractpath)) {
    208209          ulResult = saymsg(MB_YESNOCANCEL | MB_ICONQUESTION | MB_DEFBUTTON1, HWND_DESKTOP,
    209                      "Bad pathname", "%s is not a valid directory\nDo you wish to delete it?",
     210                            GetPString(IDS_WARNINGTEXT),
     211                            GetPString(IDS_EXTPATHNOTVALIDTEXT),
    210212                            extractpath);
    211213          if (ulResult == MBID_YES)
Note: See TracChangeset for help on using the changeset viewer.