Changeset d47037fef0c3e116794aa71378bef23ecfd61e4b

Show
Ignore:
Timestamp:
02/21/08 12:47:59 (4 months ago)
Author:
Damien Fouilleul <damienf@videolan.org>
git-committer:
Damien Fouilleul <damienf@videolan.org> 1203594479 +0000
git-parent:

[dc1a69f87fd4b6b2ebe1723aed6ef65082e2d61b]

git-author:
Damien Fouilleul <damienf@videolan.org> 1203594479 +0000
Message:

activex: oops, used duplicate id for BITMAP resource

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • projects/activex/axvlc_rc.rc

    r3fcebda rd47037f  
    3333END 
    3434 
    35 1 BITMAP DISCARDABLE "inplace.bmp" 
     352 BITMAP DISCARDABLE "inplace.bmp" 
    3636 
    37371 TYPELIB "axvlc.tlb" 
  • projects/activex/plugin.cpp

    r3fcebda rd47037f  
    107107    } 
    108108 
    109     HBITMAP hbitmap = (HBITMAP)LoadImage(getHInstance(), MAKEINTRESOURCE(1), IMAGE_BITMAP, 0, 0, LR_DEFAULTCOLOR); 
     109    HBITMAP hbitmap = (HBITMAP)LoadImage(getHInstance(), MAKEINTRESOURCE(2), IMAGE_BITMAP, 0, 0, LR_DEFAULTCOLOR); 
    110110    if( NULL != hbitmap ) 
    111111    {