Ignore:
Timestamp:
Dec 14, 2001, 11:41:33 PM (24 years ago)
Author:
umoeller
Message:

Lots of changes for icons and refresh.

File:
1 edited

Legend:

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

    r106 r123  
    18651865
    18661866    memset(&drgImage, 0, sizeof(drgImage));
    1867     pdrgInfo = DrgAllocDraginfo(1); // one item only
    1868     if (pdrgInfo)
     1867
     1868    if (pdrgInfo = DrgAllocDraginfo(1)) // one item only
    18691869    {
    18701870        DRAGITEM drgItem;
Note: See TracChangeset for help on using the changeset viewer.