Ignore:
Timestamp:
Nov 24, 2002, 9:45:05 PM (23 years ago)
Author:
umoeller
Message:

Sources as of 1.0.0.

File:
1 edited

Legend:

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

    r209 r229  
    106106                // flags for winhAdjustControls; any combination of
    107107                // XAC_MOVEX, XAC_MOVEY, XAC_SIZEX, XAC_SIZEY
    108                 // removed V0.9.21 (2002-08-18) [umoeller]
     108                // removed V1.0.0 (2002-08-18) [umoeller]
    109109
    110110        SIZEL       szlDlgUnits;
     
    244244
    245245    #define START_TABLE_EXT(fl)             { TYPE_START_NEW_TABLE, (ULONG)NULL, fl }
    246                 // added V0.9.21 (2002-08-16) [umoeller]
     246                // added V1.0.0 (2002-08-16) [umoeller]
    247247
    248248    #define START_TABLE_ALIGN START_TABLE_EXT(TABLE_ALIGN_COLUMNS)
     
    251251
    252252    #define START_GROUP_TABLE_EXT(pDef, fl) { TYPE_START_NEW_TABLE, (ULONG)pDef, fl }
    253                 // added V0.9.21 (2002-08-16) [umoeller]
     253                // added V1.0.0 (2002-08-16) [umoeller]
    254254
    255255    #define START_GROUP_TABLE_ALIGN(pDef) START_GROUP_TABLE_EXT(pDef, TABLE_ALIGN_COLUMNS)
Note: See TracChangeset for help on using the changeset viewer.