Changeset 1482 for trunk/dll/cmdline.c
- Timestamp:
- Dec 13, 2009, 8:59:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/cmdline.c
r1480 r1482 21 21 24 Aug 08 GKY Warn full drive on save of .DAT file; prevent loss of existing file 22 22 28 Jun 09 GKY Added AddBackslashToPath() to remove repeatative code. 23 13 Dec 09 GKY Fixed separate paramenters. Please note that appname should be used in 24 profile calls for user settings that work and are setable in more than one 25 miniapp; FM3Str should be used for setting only relavent to FM/2 or that 26 aren't user settable; realappname should be used for setting applicable to 27 one or more miniapp but not to FM/2 23 28 24 29 ***********************************************************************/ … … 559 564 fSaveBigCmds = (fSaveBigCmds) ? FALSE : TRUE; 560 565 WinCheckButton(hwnd, EXEC_SAVECMD, fSaveBigCmds); 561 PrfWriteProfileData(fmprof, 562 appname, 563 "SaveBigCmds", &fSaveBigCmds, sizeof(BOOL)); 566 PrfWriteProfileData(fmprof, appname, "SaveBigCmds", &fSaveBigCmds, sizeof(BOOL)); 564 567 } 565 568 break;
Note:
See TracChangeset
for help on using the changeset viewer.