Changeset 875 for trunk/dll/init.c
- Timestamp:
- Nov 24, 2007, 12:14:45 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/init.c
r860 r875 1164 1164 size = sizeof(extractpath); 1165 1165 PrfQueryProfileData(fmprof, appname, "ExtractPath", extractpath, &size); 1166 if (!IsValidDir(extractpath))1167 *extractpath = 0;1166 //if (!IsValidDir(extractpath)) 1167 // *extractpath = 0; 1168 1168 size = sizeof(printer); 1169 1169 PrfQueryProfileData(fmprof, appname, "Printer", printer, &size); … … 1369 1369 if (hwndFrame) { 1370 1370 WinSetWindowUShort(hwndFrame, QWS_ID, MAIN_FRAME); 1371 hwndMainMenu = WinWindowFromID(hwndFrame, FID_MENU); 1371 1372 if (!WinRestoreWindowPos(FM2Str, "MainWindowPos", hwndFrame)) { 1372 1373
Note:
See TracChangeset
for help on using the changeset viewer.