]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/stattextcmn.cpp
Handle hot spots in wxImage::Rotate90().
[wxWidgets.git] / src / common / stattextcmn.cpp
index 95ced81a860ce914c841386b521bd5628362aba2..a29445d7b1503c03ccfbcbe2e3f29fc497902047 100644 (file)
@@ -169,7 +169,7 @@ void wxStaticTextBase::SetLabelText(const wxString& text)
 wxString wxStaticTextBase::GetLabelText(const wxString& label)
 {
     wxString ret = RemoveMarkup(label);
-        // always remove the markup (this function is static 
+        // always remove the markup (this function is static
         // and cannot check for wxST_MARKUP presence/absence)
 
     return RemoveMnemonics(ret);