Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/misc.c
r1628 r1647 70 70 26 Aug 11 GKY Add a low mem version of xDosAlloc* wrappers; move error checking into all the 71 71 xDosAlloc* wrappers. 72 12 Nov 11 GKY Fixed HelpViewer's failure to open help files and subsequent failure with files with spaces. 72 73 73 74 ***********************************************************************/ … … 1095 1096 ret = runemf2(SEPARATE | WINDOWED, HWND_DESKTOP, pszSrcFile, __LINE__, 1096 1097 NULL, NULL, 1097 "VIEW.EXE \"%s\"",1098 "VIEW.EXE %s", 1098 1099 BldQuotedFileName(szQuotedFileName, filename)); 1099 1100 } -
trunk/dll/viewinf.c
r1544 r1647 567 567 p++; 568 568 bstrip(p); 569 if (!*p) 569 if (!*p) { 570 570 if (!fAlertBeepOff) 571 571 DosBeep(50, 100); 572 else 572 } 573 else { 574 // DbgMsg(pszSrcFile, __LINE__, "Help file %s", p); 573 575 ViewHelp(p); 576 } 574 577 break; 575 578 }
Note:
See TracChangeset
for help on using the changeset viewer.
