Changeset 90


Ignore:
Timestamp:
Jul 29, 2001, 2:19:19 PM (24 years ago)
Author:
umoeller
Message:

Misc fixes.

Location:
trunk/src/helpers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/cnrh.c

    r48 r90  
    11341134    }
    11351135
     1136    // V0.9.14 (2001-07-28) [umoeller]
     1137    // tried WinSendMsg (instead of post) because
     1138    // otherwise we can't get auto-edit on wpshCreateFromTemplate
     1139    // to work... but this causes two problems:
     1140    // --  for some reason, the WPS selects the recc under
     1141    //     the mouse then, which is very wrong in most situations;
     1142    // --  since the WPS expands the root record in tree views
     1143    //     after the root has been populated, this can cause
     1144    //     totally garbled display for complex trees.
     1145    // So I'm back to WinPostMsg... // @@todo
     1146
    11361147    if (lXOfs)
    11371148        // scroll horizontally
  • trunk/src/helpers/datetime.c

    r21 r90  
    7878 *      So this overflows after 49.71... days.
    7979 *
    80  *@@V0.9.7 (2000-12-08) [umoeller]: replaced, now using DosQuerySysInfo(QSV_MS_COUNT)
     80 *@@changed V0.9.7 (2000-12-08) [umoeller]: replaced, now using DosQuerySysInfo(QSV_MS_COUNT)
    8181 */
    8282
Note: See TracChangeset for help on using the changeset viewer.