Changeset 117 for trunk


Ignore:
Timestamp:
Aug 17, 2009, 5:23:08 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qapplication_pm.cpp

    r116 r117  
    16001600                    // areas in WM_PAINT once more
    16011601                    d_func()->syncBackingStore(updateRegion);
    1602                     WinValidateRect(internalWinId(),
    1603                                     updateRegion.handle(newSize.height()), FALSE);
     1602                    WinValidateRe(internalWinId(),
     1603                                    updateRegion.handle(newSize.height()), FALSE);
    16041604                } else {
    16051605                    d_func()->syncBackingStore();
Note: See TracChangeset for help on using the changeset viewer.