Changeset 1877 for trunk/dll/init.c
- Timestamp:
- Oct 11, 2015, 11:43:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/init.c
r1873 r1877 1216 1216 MaxComLineStrg = MAXCOMLINESTRGDEFAULT; 1217 1217 AutoviewHeight = 48; 1218 //strcpy(printer, "PRN");1219 1218 prnwidth = 80; 1220 1219 prnlength = 66; … … 1226 1225 prntabspaces = 8; 1227 1226 CollectorsortFlags = sortFlags = SORT_FILENAME | SORT_DIRSFIRST; 1228 //ullDATFileSpaceNeeded = 10000;1229 1230 1227 //Get default Country info 1231 1228 { … … 1240 1237 ulDateFmt = CtryInfo.fsDateFmt; 1241 1238 ulTimeFmt = CtryInfo.fsTimeFmt; 1242 //DbgMsg(pszSrcFile, __LINE__, "Date Fmt %x", ulDateFmt);1243 1239 } 1244 1240 else { … … 1277 1273 if (rc != NO_ERROR) { 1278 1274 fProtectOnly = TRUE; 1279 //DbgMsg(pszSrcFile, __LINE__, "DosQModuleHandle VKBD returned %d fProtectOnly=%d", rc, fProtectOnly);1280 1275 } 1281 1276 else { … … 1283 1278 if (rc != NO_ERROR) { 1284 1279 fProtectOnly = TRUE; 1285 //DbgMsg(pszSrcFile, __LINE__, "DosQModuleHandle VMOUSE returned %d fProtectOnly=%d", rc, fProtectOnly);1286 1280 } 1287 1281 } … … 1648 1642 ShowNote(); 1649 1643 1650 // 2015-08-11 SHL FIXME debug1651 //DbgMsg(pszSrcFile, __LINE__, "ShowEnv %u SwitchTree %u SwitchTreeExpand %u SwitchTreeOnFocus %u CollapseFirst %u", fShowEnv, fSwitchTreeOnDirChg, fSwitchTreeExpand, fSwitchTreeOnFocus, fCollapseFirst);1652 1653 1644 LoadDetailsSwitches(PCSZ_DIRCNR, &dsDirCnrDefault, FALSE); 1654 1645
Note:
See TracChangeset
for help on using the changeset viewer.