]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxCommandButton.cxx
BUGs CPACK + BUGs CreatePackage CreateBlackBox windows
[bbtk.git] / packages / wx / src / bbwxCommandButton.cxx
index a52fd202adca0fa41b7f8c1842f24d75c0a16113..9b39118b2bf63fc395bd1af88bc53673f7c8f08f 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbwxCommandButton.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/03/10 06:24:13 $
-  Version:   $Revision: 1.3 $
+  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
@@ -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