Added missing OGL files; added defaults to wxDocMDIParentFrame; corrected
authorJulian Smart <julian@anthemion.co.uk>
Wed, 29 Jul 1998 10:43:51 +0000 (10:43 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 29 Jul 1998 10:43:51 +0000 (10:43 +0000)
commitf449ef69b45acaa2faf554af774ce7b6b5f4af4e
treec17c6716dcb9abcbc599d046a65f2d4228795cfc
parent8dad2ab39e88b1e5b459632d6ebe5b054690a9ee
Added missing OGL files; added defaults to wxDocMDIParentFrame; corrected
toolbar usage in Dialog Editor

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
29 files changed:
include/wx/docmdi.h
src/msw/window.cpp
utils/dialoged/src/reseditr.cpp
utils/dialoged/src/reseditr.h
utils/ogl/samples/ogledit/bitmaps/arrow.bmp [new file with mode: 0644]
utils/ogl/samples/ogledit/bitmaps/tool1.bmp [new file with mode: 0644]
utils/ogl/samples/ogledit/bitmaps/tool2.bmp [new file with mode: 0644]
utils/ogl/samples/ogledit/bitmaps/tool3.bmp [new file with mode: 0644]
utils/ogl/samples/ogledit/bitmaps/tool4.bmp [new file with mode: 0644]
utils/ogl/samples/ogledit/doc.cpp [new file with mode: 0644]
utils/ogl/samples/ogledit/doc.h [new file with mode: 0644]
utils/ogl/samples/ogledit/makefile.b32 [new file with mode: 0644]
utils/ogl/samples/ogledit/makefile.bcc [new file with mode: 0644]
utils/ogl/samples/ogledit/makefile.dos [new file with mode: 0644]
utils/ogl/samples/ogledit/makefile.nt [new file with mode: 0644]
utils/ogl/samples/ogledit/makefile.sc [new file with mode: 0644]
utils/ogl/samples/ogledit/makefile.unx [new file with mode: 0644]
utils/ogl/samples/ogledit/makefile.vms [new file with mode: 0644]
utils/ogl/samples/ogledit/makefile.wat [new file with mode: 0644]
utils/ogl/samples/ogledit/ogl.ico [new file with mode: 0644]
utils/ogl/samples/ogledit/ogledit.cpp [new file with mode: 0644]
utils/ogl/samples/ogledit/ogledit.def [new file with mode: 0644]
utils/ogl/samples/ogledit/ogledit.h [new file with mode: 0644]
utils/ogl/samples/ogledit/ogledit.rc [new file with mode: 0644]
utils/ogl/samples/ogledit/palette.cpp [new file with mode: 0644]
utils/ogl/samples/ogledit/palette.h [new file with mode: 0644]
utils/ogl/samples/ogledit/view.cpp [new file with mode: 0644]
utils/ogl/samples/ogledit/view.h [new file with mode: 0644]
utils/ogl/src/basic.h