Ignore:
Timestamp:
Aug 20, 2009, 12:31:42 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Typos.

File:
1 edited

Legend:

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

    r122 r123  
    14311431                WinSetWindowPos(fId, HWND_TOP, r.left(),
    14321432                                // flip y coodrinate
    1433                                 QApplication::desktop()->height() - (r.top() + r.width()),
     1433                                QApplication::desktop()->height() - (r.top() + r.()),
    14341434                                r.width(), r.height(), fl);
    14351435            } else {
Note: See TracChangeset for help on using the changeset viewer.