[Cmake-commits] [cmake-commits] clinton committed CMakeSetupDialog.cxx 1.40 1.41
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Mar 13 16:13:42 EDT 2008
Update of /cvsroot/CMake/CMake/Source/QtDialog
In directory public:/mounts/ram/cvs-serv13014
Modified Files:
CMakeSetupDialog.cxx
Log Message:
ENH: Preserve white spaces when printing messages.
Index: CMakeSetupDialog.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/QtDialog/CMakeSetupDialog.cxx,v
retrieving revision 1.40
retrieving revision 1.41
diff -C 2 -d -r1.40 -r1.41
*** CMakeSetupDialog.cxx 12 Mar 2008 02:52:53 -0000 1.40
--- CMakeSetupDialog.cxx 13 Mar 2008 20:13:40 -0000 1.41
***************
*** 484,487 ****
--- 484,488 ----
m.replace(QString("<"), QString("<"));
m.replace(QString(">"), QString(">"));
+ m.replace(QString(" "), QString(" "));
this->Output->append(QString("<b><font color=red>%1</font></b>").arg(m));
}
More information about the Cmake-commits
mailing list