summaryrefslogtreecommitdiff
path: root/cad/basicdsp/files/patch-aboutdialog.cpp
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2008-11-05 17:05:17 +0000
committerDiane Bruce <db@FreeBSD.org>2008-11-05 17:05:17 +0000
commit584fec74d446aba2faca126e0bbaaa82c62054b9 (patch)
tree4a395a085cbb8e97a6d79684f6e9fbbeb951be17 /cad/basicdsp/files/patch-aboutdialog.cpp
parent- Update to 20081105 (diff)
- Update to 1.01
- Contributed man page is now part of distribution
Notes
Notes: svn path=/head/; revision=222421
Diffstat (limited to 'cad/basicdsp/files/patch-aboutdialog.cpp')
-rw-r--r--cad/basicdsp/files/patch-aboutdialog.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/cad/basicdsp/files/patch-aboutdialog.cpp b/cad/basicdsp/files/patch-aboutdialog.cpp
deleted file mode 100644
index 733a17d2aae8..000000000000
--- a/cad/basicdsp/files/patch-aboutdialog.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- aboutdialog.cpp.orig 2008-08-16 23:33:09.000000000 -0400
-+++ aboutdialog.cpp 2008-08-16 23:34:13.000000000 -0400
-@@ -29,7 +29,7 @@
- // to clean this up would mean patching wxWidgets :(
- splash_xpm = new wxImage(basicdsp_splash_xpm);
- if (splash_xpm != NULL)
-- splash_bitmap = new wxBitmap(splash_xpm);
-+ splash_bitmap = new wxBitmap((const wxImage&)splash_xpm);
-
- if ((splash_bitmap!=NULL) && (splash_bitmap->Ok()))
- {