Ignore:
Timestamp:
Apr 16, 2002, 8:27:19 AM (23 years ago)
Author:
umoeller
Message:

Misc changes.

File:
1 edited

Legend:

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

    r153 r154  
    23532353 *
    23542354 *@@added V0.9.0 [umoeller]
    2355  *@@changed V0.9.19 (2001-04-13) [umoeller]: added correlation for entry field repositioning, this was always off
     2355 *@@changed V0.9.19 (2002-04-13) [umoeller]: added correlation for entry field repositioning, this was always off
    23562356 */
    23572357
     
    23752375        ULONG   cWindows = 0;
    23762376
    2377         // V0.9.19 (2001-04-13) [umoeller]
     2377        // V0.9.19 (2002-04-13) [umoeller]
    23782378        LONG cxMarginEF = 3 * WinQuerySysValue(HWND_DESKTOP, SV_CXBORDER);
    23792379        LONG cyMarginEF = 3 * WinQuerySysValue(HWND_DESKTOP, SV_CYBORDER);
     
    24032403
    24042404                    // correlate the stupid repositioning of entry fields
    2405                     // V0.9.19 (2001-04-13) [umoeller]
     2405                    // V0.9.19 (2002-04-13) [umoeller]
    24062406                    if (    (WinQueryClassName(hwndThis, sizeof(szClass), szClass)
    24072407                         && (!strcmp(szClass, "#6"))
Note: See TracChangeset for help on using the changeset viewer.