Changeset 1358 for trunk/dll/viewer.c


Ignore:
Timestamp:
Dec 27, 2008, 1:03:08 AM (17 years ago)
Author:
Gregg Young
Message:

Comments for CS 1354/55

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/viewer.c

    r1228 r1358  
    357357                         WC_MLE,
    358358                         (PSZ) NULL,
    359                          MLS_HSCROLL | MLS_VSCROLL | MLS_BORDER |
    360                          WS_VISIBLE,
     359                         MLS_VSCROLL | MLS_BORDER |
     360                         WS_VISIBLE | MLS_HSCROLL,
    361361                         0,
    362362                         0,
     
    462462      MLEsetformat(hwndMLE, MLFIE_NOTRANS);
    463463      WinSetSysValue(HWND_DESKTOP, SV_INSERTMODE, TRUE);
    464       vw->fWrap = TRUE;
     464      vw->fWrap = FALSE;
    465465      vw->fStripTrail = TRUE;
    466466      vw->fStripTrailLines = TRUE;
Note: See TracChangeset for help on using the changeset viewer.