From: <pst...@us...> - 2008-03-30 05:05:07
|
Revision: 358 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=358&view=rev Author: pstieber Date: 2008-03-29 22:05:05 -0700 (Sat, 29 Mar 2008) Log Message: ----------- Made a cosmetic change. Modified Paths: -------------- trunk/jazz/src/Configuration.cpp Modified: trunk/jazz/src/Configuration.cpp =================================================================== --- trunk/jazz/src/Configuration.cpp 2008-03-30 03:05:55 UTC (rev 357) +++ trunk/jazz/src/Configuration.cpp 2008-03-30 05:05:05 UTC (rev 358) @@ -341,7 +341,7 @@ wxString tConfig::File() { wxString FileName = FindFile("jazz.cfg"); - if(FileName.IsEmpty()) + if (FileName.IsEmpty()) { FileName = FindFile(".jazz"); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |