projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
No real changes, just use wxString::clear() instead of assignment.
[wxWidgets.git]
/
src
/
os2
/
gdiimage.cpp
diff --git
a/src/os2/gdiimage.cpp
b/src/os2/gdiimage.cpp
index c149132d88e0ab839aa1a66dfd6af5b075ee8a78..405d2221f3bf3a580219807e43f3fef4cd46977b 100644
(file)
--- a/
src/os2/gdiimage.cpp
+++ b/
src/os2/gdiimage.cpp
@@
-376,7
+376,7
@@
bool wxBMPResourceHandler::LoadFile( wxBitmap* pBitmap,
wxBitmapRefData* pData = pBitmap->GetBitmapData();
wxBitmapRefData* pData = pBitmap->GetBitmapData();
- if ( pBitmap->Ok() )
+ if ( pBitmap->
Is
Ok() )
{
BITMAPINFOHEADER vBmph;
{
BITMAPINFOHEADER vBmph;
@@
-385,7
+385,7
@@
bool wxBMPResourceHandler::LoadFile( wxBitmap* pBitmap,
pData->m_nHeight = vBmph.cy;
pData->m_nDepth = vBmph.cBitCount;
}
pData->m_nHeight = vBmph.cy;
pData->m_nDepth = vBmph.cBitCount;
}
- return(pBitmap->Ok());
+ return(pBitmap->
Is
Ok());
} // end of wxBMPResourceHandler::LoadFile
bool wxBMPFileHandler::LoadFile( wxBitmap* pBitmap,
} // end of wxBMPResourceHandler::LoadFile
bool wxBMPFileHandler::LoadFile( wxBitmap* pBitmap,
@@
-477,5
+477,5
@@
bool wxICOResourceHandler::LoadIcon( wxIcon* pIcon,
pIcon->SetHICON((WXHICON)hIcon);
pIcon->SetHICON((WXHICON)hIcon);
- return pIcon->Ok();
+ return pIcon->
Is
Ok();
} // end of wxICOResourceHandler::LoadIcon
} // end of wxICOResourceHandler::LoadIcon