]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/life/life.cpp
define USE_QA so that qa library is built
[wxWidgets.git] / demos / life / life.cpp
index 2ff4a9e43a56b27fa79a1930defce1de901591a5..5dc05609ee3848bda644f2a975ce010c1562f92d 100644 (file)
@@ -199,7 +199,7 @@ LifeFrame::LifeFrame() :
     menuFile->Append(wxID_NEW, wxGetStockLabel(wxID_NEW), _("Start a new game"));
     menuFile->Append(wxID_OPEN, wxGetStockLabel(wxID_OPEN), _("Open an existing Life pattern"));
     menuFile->Append(ID_SAMPLES, _("&Sample game..."), _("Select a sample configuration"));
-#ifndef __WXWINCE__
+#if ! (defined(__SMARTPHONE__) || defined(__POCKETPC__))
     menuFile->AppendSeparator();
     menuFile->Append(wxID_EXIT, wxGetStockLabel(wxID_EXIT, true, _T("Alt-X")), _("Quit this program"));