aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk24/files/patch-contrib-src-plot-plot.cpp
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-10-26 06:23:33 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-10-26 06:23:33 +0000
commit73a3c66b7e3164d2cbcc36d089a7a2c953919e04 (patch)
treec6f97a549f8737eec51e58ddaf7c59bc5e90a68d /x11-toolkits/wxgtk24/files/patch-contrib-src-plot-plot.cpp
parent19df40b4ee5c4f44381e7bdb760c57b6a485ea0b (diff)
Notes
Diffstat (limited to 'x11-toolkits/wxgtk24/files/patch-contrib-src-plot-plot.cpp')
-rw-r--r--x11-toolkits/wxgtk24/files/patch-contrib-src-plot-plot.cpp38
1 files changed, 0 insertions, 38 deletions
diff --git a/x11-toolkits/wxgtk24/files/patch-contrib-src-plot-plot.cpp b/x11-toolkits/wxgtk24/files/patch-contrib-src-plot-plot.cpp
deleted file mode 100644
index ff6fc281b199..000000000000
--- a/x11-toolkits/wxgtk24/files/patch-contrib-src-plot-plot.cpp
+++ /dev/null
@@ -1,38 +0,0 @@
---- contrib/src/plot/plot.cpp.orig Wed Nov 5 00:03:37 2003
-+++ contrib/src/plot/plot.cpp Wed Nov 5 00:04:27 2003
-@@ -204,7 +204,7 @@
- END_EVENT_TABLE()
-
- wxPlotArea::wxPlotArea( wxPlotWindow *parent )
-- : wxWindow( parent, -1, wxDefaultPosition, wxDefaultSize, wxSIMPLE_BORDER, "plotarea" )
-+ : wxWindow( parent, -1, wxDefaultPosition, wxDefaultSize, wxSIMPLE_BORDER, _T("plotarea") )
- {
- m_owner = parent;
-
-@@ -462,7 +462,7 @@
- END_EVENT_TABLE()
-
- wxPlotXAxisArea::wxPlotXAxisArea( wxPlotWindow *parent )
-- : wxWindow( parent, -1, wxDefaultPosition, wxSize(-1,40), 0, "plotxaxisarea" )
-+ : wxWindow( parent, -1, wxDefaultPosition, wxSize(-1,40), 0, _T("plotxaxisarea") )
- {
- m_owner = parent;
-
-@@ -589,7 +589,7 @@
- END_EVENT_TABLE()
-
- wxPlotYAxisArea::wxPlotYAxisArea( wxPlotWindow *parent )
-- : wxWindow( parent, -1, wxDefaultPosition, wxSize(60,-1), 0, "plotyaxisarea" )
-+ : wxWindow( parent, -1, wxDefaultPosition, wxSize(60,-1), 0, _T("plotyaxisarea") )
- {
- m_owner = parent;
-
-@@ -713,7 +713,7 @@
- END_EVENT_TABLE()
-
- wxPlotWindow::wxPlotWindow( wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, int flag )
-- : wxScrolledWindow( parent, id, pos, size, flag, "plotcanvas" )
-+ : wxScrolledWindow( parent, id, pos, size, flag, _T("plotcanvas") )
- {
- m_xUnitsPerValue = 1.0;
- m_xZoom = 1.0;