[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

[XaraXtreme-commits] Commit Complete



Commit by  : luke
Repository : xara
Revision   : 903
Date       : Wed Apr 26 17:30:27 BST 2006

Changed paths:
   M /Trunk/XaraLX/wxOil/camdoc.cpp

Enable save in Release build


Diff:
Index: Trunk/XaraLX/wxOil/camdoc.cpp
===================================================================
--- Trunk/XaraLX/wxOil/camdoc.cpp	(revision 902)
+++ Trunk/XaraLX/wxOil/camdoc.cpp	(revision 903)
@@ -1635,13 +1635,7 @@
 
 bool CCamDoc::SaveAs()
 {
-#if defined(_DEBUG)
 	return wxDocument::SaveAs();
-#else
-	wxMessageBox( _T("Save functionality has not been implemented yet. Operation not performed."), _T("Unimplemented"),
-		wxOK | wxICON_EXCLAMATION );
-	return false;
-#endif	
 }
 
 /********************************************************************************************


Xara