projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
486a594
)
fix assert on gtk
author
Paul Cornett
<paulcor@bullseye.com>
Sat, 14 Apr 2007 17:39:48 +0000
(17:39 +0000)
committer
Paul Cornett
<paulcor@bullseye.com>
Sat, 14 Apr 2007 17:39:48 +0000
(17:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45467
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
samples/opengl/isosurf/isosurf.cpp
patch
|
blob
|
blame
|
history
diff --git
a/samples/opengl/isosurf/isosurf.cpp
b/samples/opengl/isosurf/isosurf.cpp
index f602caeeb48fc2b67670a064e2415ff4442b2fa7..00ab92808d50bf800c3581e2b95af945a62553d8 100644
(file)
--- a/
samples/opengl/isosurf/isosurf.cpp
+++ b/
samples/opengl/isosurf/isosurf.cpp
@@
-255,9
+255,6
@@
bool MyApp::OnInit()
frame = new MyFrame(NULL, wxT("wxWidgets OpenGL Isosurf Sample"),
wxDefaultPosition, wxDefaultSize);
- // Give it an icon
- frame->SetIcon(wxIcon(_T("mondrian")));
-
// Make a menubar
wxMenu *fileMenu = new wxMenu;
@@
-315,7
+312,7
@@
MyFrame::MyFrame(wxFrame *frame, const wxString& title, const wxPoint& pos,
: wxFrame(frame, wxID_ANY, title, pos, size, style)
{
m_canvas = NULL;
- SetIcon(wxI
con(sample_xpm
));
+ SetIcon(wxI
CON(sample
));
}
MyFrame::~MyFrame()