[Commits] (davids) colheader - fixed another compilation failure
commits at osafoundation.org
commits at osafoundation.org
Sun Mar 20 21:04:21 PST 2005
Commit by: davids
Modified files:
internal/wxPython-2.5/src/generic/colheader.cpp 1.20 1.21
Log message:
colheader - fixed another compilation failure
r=TBD
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/wxPython-2.5/src/generic/colheader.cpp.diff?r1=text&tr1=1.20&r2=text&tr2=1.21
Index: internal/wxPython-2.5/src/generic/colheader.cpp
diff -u internal/wxPython-2.5/src/generic/colheader.cpp:1.20 internal/wxPython-2.5/src/generic/colheader.cpp:1.21
--- internal/wxPython-2.5/src/generic/colheader.cpp:1.20 Sun Mar 20 14:27:31 2005
+++ internal/wxPython-2.5/src/generic/colheader.cpp Sun Mar 20 21:04:20 2005
@@ -1734,7 +1734,7 @@
wxRect iconBoundsR;
GetBitmapBounds( boundsR, m_TextJust, &iconBoundsR );
- dc->DrawBitmap( imageRef, iconBoundsR.x, iconBoundsR.y, false );
+ dc->DrawBitmap( m_ImageRef, iconBoundsR.x, iconBoundsR.y, false );
}
return 0;
More information about the Commits
mailing list