X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fsrc%2FbbwxCommandButton.cxx;h=9b39118b2bf63fc395bd1af88bc53673f7c8f08f;hb=3924782985e3d7c795af6bb46c602157cfad59f0;hp=5c34cd5d140154c7f819001c750832345d833744;hpb=6c61e1295d4bedbd7b5abdb256173a2d6df80423;p=bbtk.git diff --git a/packages/wx/src/bbwxCommandButton.cxx b/packages/wx/src/bbwxCommandButton.cxx index 5c34cd5..9b39118 100644 --- a/packages/wx/src/bbwxCommandButton.cxx +++ b/packages/wx/src/bbwxCommandButton.cxx @@ -3,14 +3,14 @@ Program: bbtk Module: $RCSfile: bbwxCommandButton.cxx,v $ Language: C++ - Date: $Date: 2008/03/07 11:37:48 $ - Version: $Revision: 1.2 $ + Date: $Date: 2008/03/19 12:26:09 $ + Version: $Revision: 1.4 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or http://www.creatis.insa-lyon.fr/Public/bbtk/License.html for details. - This software is distributed WITHOUT ANY WARRANTY; without even + This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. @@ -106,9 +106,9 @@ namespace bbwx } for ( i=0 ; i < ccommand.length() ; i++) { - if (ccommand[i]==39) + if (ccommand[i]==39) // ' { - ccommand[i]=34; + ccommand[i]=34; // " } } bool insideComment = false; // for multiline comment