Changeset 1720 for trunk/dll/init.c
- Timestamp:
- Feb 16, 2014, 8:47:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/init.c
r1713 r1720 117 117 09 Feb 14 GKY Modified wipeallf to allow suppression of the readonly warning on delete 118 118 of temporary files 119 16 Feb 14 GKY Add "#" command line switch to workaround problem with blank command shell 120 started from fm2 after fm2 has been started with stdout and stderr 121 redirected to a file. 119 122 120 123 ***********************************************************************/ … … 235 238 BOOL fReminimize; 236 239 BOOL fWantFirstTimeInit; 240 BOOL fUseShellEnv; 237 241 //BOOL fDrivetoSkip[26]; 238 242 HPOINTER hptrApp; … … 1159 1163 fAutoAddDirs = fUseNewViewer = fDataToFore = fDataShowDrives = fDataMin = 1160 1164 fSplitStatus = fDragndropDlg = fQuickArcFind = fKeepCmdLine = 1161 fMoreButtons = fDrivebar = fCollapseFirst = fSwitchTree = fWarnReadOnly =1165 fMoreButtons = fDrivebar = fCollapseFirst = fSwitchTree = 1162 1166 fSwitchTreeExpand = fNoSearch = fCustomFileDlg = fOtherHelp = 1163 1167 fSaveMiniCmds = fUserComboBox = fFM2Deletes = fConfirmTarget = … … 1684 1688 strcpy(profile, &argv[x][1]); 1685 1689 } 1690 if (*argv[x] == '#' && !argv[x][1]) 1691 fUseShellEnv = TRUE; 1686 1692 } 1687 1693
Note:
See TracChangeset
for help on using the changeset viewer.