Renamed wxPrintNativeData methods to better match
authorRobert Roebling <robert@roebling.de>
Sun, 17 Oct 2004 23:00:41 +0000 (23:00 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 17 Oct 2004 23:00:41 +0000 (23:00 +0000)
commitfd64de596c085f81aa3ef7d8ee6b2f4afebbed8e
tree964f89e41ac89f573a571091559e391d4c22da56
parent3692b33c7f1d4f86c3e5333954c454b15c20b4d2
  Renamed wxPrintNativeData methods to better match
    those of the preexisting wxMac class. This should
    make transition of the wxMac classes to the new
    wxPrintNativeData classes easier.
  Renamed wxWindowsPrintNativeData to a proper name
    that is less confusing (GetNativeData -> GetDevMode).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/prntdlgg.h
include/wx/mac/carbon/printdlg.h
include/wx/msw/printdlg.h
include/wx/prntbase.h
src/common/cmndata.cpp
src/generic/prntdlgg.cpp
src/msw/dcprint.cpp
src/msw/printdlg.cpp