]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/metafile.cpp
with only a little modification could be generic
[wxWidgets.git] / src / stubs / metafile.cpp
index 251c8559709d676fecac856e361e92a18d72c00e..03c29bcb7953ad525471bb1ffc39e423f577a24d 100644 (file)
@@ -52,7 +52,7 @@ bool wxMetaFile::SetClipboard(int width, int height)
 bool wxMetaFile::Play(wxDC *dc)
 {
     // TODO
-    return false;
+    return FALSE;
 }
 
 /*
@@ -128,7 +128,7 @@ struct mfPLACEABLEHEADER {
 /*
  * Pass filename of existing non-placeable metafile, and bounding box.
  * Adds a placeable metafile header, sets the mapping mode to anisotropic,
- * and sets the window origin and extent to mimic the MM_TEXT mapping mode.
+ * and sets the window origin and extent to mimic the wxMM_TEXT mapping mode.
  *
  */