|
From: Emilien K. <cur...@us...> - 2005-08-24 16:31:31
|
Update of /cvsroot/wxdevcenter/StdPlugin/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11890/src Modified Files: BitmapDocView.cpp Log Message: Cancel the bitmap document creation if the user click 'cancel' in the bitmap properties dialog box. Index: BitmapDocView.cpp =================================================================== RCS file: /cvsroot/wxdevcenter/StdPlugin/src/BitmapDocView.cpp,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** BitmapDocView.cpp 24 Aug 2005 16:27:25 -0000 1.29 --- BitmapDocView.cpp 24 Aug 2005 16:31:24 -0000 1.30 *************** *** 651,656 **** ClearCommands(); Do(new action::Create(this)); } ! return true; } --- 651,658 ---- ClearCommands(); Do(new action::Create(this)); + return true; } ! else ! return false; } |