Changeset 1647 for trunk/dll/viewinf.c


Ignore:
Timestamp:
Nov 13, 2011, 6:18:54 AM (14 years ago)
Author:
Gregg Young
Message:

Fixed Help Viewer's falure to open help files from its dialog and fixed failure of files with spaces; Ticket 481. (The previous commit was for Ticket 480).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/viewinf.c

    r1544 r1647  
    567567            p++;
    568568            bstrip(p);
    569             if (!*p)
     569            if (!*p) {
    570570              if (!fAlertBeepOff)
    571571                DosBeep(50, 100);
    572             else
     572            }
     573            else {
     574              // DbgMsg(pszSrcFile, __LINE__, "Help file %s", p);
    573575              ViewHelp(p);
     576            }
    574577            break;
    575578          }
Note: See TracChangeset for help on using the changeset viewer.