Changeset 1306 for trunk/dll/notebook.c
- Timestamp:
- Nov 30, 2008, 8:23:56 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/notebook.c
r1225 r1306 40 40 31 Jul 08 JBS Ticket 114: Improved code to avoid traps. 41 41 02 Aug 08 JBS Ticket 114: Improved code to avoid traps. 42 30 Nov 08 GKY Add the option of creating a subdirectory from the arcname 43 for the extract path to arc container. 42 44 43 45 ***********************************************************************/ … … 224 226 WinCheckButton(hwnd, CFGA_QUICKARCFIND, fQuickArcFind); 225 227 WinCheckButton(hwnd, CFGA_DEFARC, (*szDefArc != 0)); 228 WinCheckButton(hwnd, CFGA_FILENAMEPATH, fFileNameCnrPath); 226 229 WinSetDlgItemText(hwnd, CFGA_DEFARCNAME, szDefArc); 227 230 WinSetDlgItemText(hwnd, CFGA_VIRUS, virus); … … 332 335 appname, 333 336 "ArcStuffVisible", &fArcStuffVisible, sizeof(BOOL)); 337 fFileNameCnrPath = WinQueryButtonCheckstate(hwnd, CFGA_FILENAMEPATH); 338 PrfWriteProfileData(fmprof, 339 appname, 340 "FileNamePathCnr", &fFileNameCnrPath, sizeof(BOOL)); 334 341 fFolderAfterExtract = WinQueryButtonCheckstate(hwnd, 335 342 CFGA_FOLDERAFTEREXTRACT);
Note:
See TracChangeset
for help on using the changeset viewer.