*** empty log message ***

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-01-13 18:21:04 +00:00
parent 2b1c162e22
commit 2845ddc25c
7 changed files with 8 additions and 2 deletions

View File

@@ -480,4 +480,3 @@ bool wxClipboard::GetData( wxDataObject *data )
}
#endif // wxUSE_CLIPBOARD

View File

@@ -1734,3 +1734,4 @@ updatedocs: touchmanual alldocs
# Office StartUp folder, and PDFMaker should be installed.
updatepdf: # touchmanual pdfrtf
start /w "winword d:\wx2\wxWindows\docs\latex\pdf\wx.rtf /mGeneratePDF"

View File

@@ -412,3 +412,4 @@ bool wxMakeMetafilePlaceable(const wxString& filename, int x1, int y1, int x2, i
}
#endif // wxUSE_METAFILE

View File

@@ -415,5 +415,7 @@ static const char *GetTymedName(DWORD tymed)
}
}
// TODO: OLE parts of wxBitmap/File/MetafileDataObject
#endif