Changeset 1482 for trunk/dll/fm2cmd.c
- Timestamp:
- Dec 13, 2009, 8:59:47 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/dll/fm2cmd.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/fm2cmd.c
r1438 r1482 11 11 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 12 12 28 Jun 09 GKY Added AddBackslashToPath() to remove repeatative code. 13 13 Dec 09 GKY Fixed separate paramenters. Please note that appname should be used in 14 profile calls for user settings that work and are setable in more than one 15 miniapp; FM3Str should be used for setting only relavent to FM/2 or that 16 aren't user settable; realappname should be used for setting applicable to 17 one or more miniapp but not to FM/2 13 18 14 19 ***********************************************************************/ … … 127 132 else 128 133 fKeepCmdLine = TRUE; 129 PrfWriteProfileData(fmprof, FM3Str, "KeepCmdLine", &fKeepCmdLine,134 PrfWriteProfileData(fmprof, appname, "KeepCmdLine", &fKeepCmdLine, 130 135 sizeof(BOOL)); 131 136 ret = TRUE; … … 137 142 else 138 143 fSaveMiniCmds = TRUE; 139 PrfWriteProfileData(fmprof, FM3Str, "SaveMiniCmds", &fSaveMiniCmds,144 PrfWriteProfileData(fmprof, appname, "SaveMiniCmds", &fSaveMiniCmds, 140 145 sizeof(BOOL)); 141 146 ret = TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.
