Menu

#16 Wrong case for resource bitmaps

open
nobody
None
5
2009-07-29
2009-07-29
No

A few of the resource bitmaps are named differently than their name listed in the resource file. This matters when building on a case sensitive file system.

The fix is simple - in the WinFormsUI/Docking/Resources directory just do:

svn mv Dockindicator_PaneDiamond_Fill.bmp DockIndicator_PaneDiamond_Fill.bmp
svn mv DockIndicator_PaneDiamond_Hotspot.bmp DockIndicator_PaneDiamond_HotSpot.bmp
svn mv DockIndicator_PaneDiamond_HotspotIndex.bmp DockIndicator_PaneDiamond_HotSpotIndex.bmp

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.