Changeset 878 for trunk/dll/notebook.c
- Timestamp:
- Nov 26, 2007, 2:20:00 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/notebook.c
r876 r878 20 20 19 Aug 07 SHL Sync with SaveDirCnrState mods 21 21 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 22 23 23 24 ***********************************************************************/ … … 207 208 if (IsFile(extractpath)) { 208 209 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), 210 212 extractpath); 211 213 if (ulResult == MBID_YES)
Note:
See TracChangeset
for help on using the changeset viewer.