From d32b901bac42e4f8833720fd6eee60de7d870e0d Mon Sep 17 00:00:00 2001
From: Vadim Zeitlin <vadim@wxwidgets.org>
Date: Sat, 24 Jul 2004 10:46:54 +0000
Subject: [PATCH] compilation fix for !MSW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 samples/except/except.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/except/except.cpp b/samples/except/except.cpp
index e0747a4b4c..aa217e4afa 100644
--- a/samples/except/except.cpp
+++ b/samples/except/except.cpp
@@ -220,7 +220,7 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size,
        : wxFrame(NULL, wxID_ANY, title, pos, size, style)
 {
     // set the frame icon
-    SetIcon(wxICON(mondrian));
+    SetIcon(wxICON(sample));
 
 #if wxUSE_MENUS
     // create a menu bar
-- 
2.49.0