Changeset 836 for trunk/src


Ignore:
Timestamp:
Mar 18, 2011, 2:14:41 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

xsystray: Fixed a typo that caused the major version number to be overwritten with the minor version number when returning the version to the caller.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/3rdparty/os2/xsystray/plugin/w_xsystray.c

    r835 r836  
    12021202            pCtlData->bAcknowledged = TRUE;
    12031203            pCtlData->u.version.ulMajor = XSYSTRAY_VERSION_MAJOR;
    1204             pCtlData->u.version.ulMajor = XSYSTRAY_VERSION_MINOR;
     1204            pCtlData->u.version.ulMinor = XSYSTRAY_VERSION_MINOR;
    12051205            pCtlData->u.version.ulRevision = XSYSTRAY_VERSION_REVISION;
    12061206            xrc = XST_OK;
Note: See TracChangeset for help on using the changeset viewer.