Ignore:
Timestamp:
Aug 10, 2002, 12:02:52 AM (23 years ago)
Author:
umoeller
Message:

More fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/dialog.h

    r197 r198  
    298298            id, CTL_COMMON_FONT,  0, {cx, SZL_AUTOSIZE}, COMMON_SPACING }
    299299
     300    #define CONTROLDEF_TEXT_WORDBREAK_CY(pcsz, id, cx, cy) { WC_STATIC, pcsz, \
     301            WS_VISIBLE | SS_TEXT | DT_LEFT | DT_TOP | DT_WORDBREAK, \
     302            id, CTL_COMMON_FONT,  0, {cx, cy}, COMMON_SPACING }
     303
    300304    #define LOADDEF_TEXT_WORDBREAK(id, cx) CONTROLDEF_TEXT_WORDBREAK(LOAD_STRING, id, cx)
    301305
Note: See TracChangeset for help on using the changeset viewer.