[Sphere-axis-commits] CVS: Axis StaticToolDlg.cpp,1.34.2.4,1.34.2.5
Brought to you by:
pesterle
From: Philip E. <pes...@us...> - 2003-09-03 02:46:50
|
Update of /cvsroot/sphere-axis/Axis In directory sc8-pr-cvs1:/tmp/cvs-serv3681 Modified Files: Tag: v0_13-Stable StaticToolDlg.cpp Log Message: no message Index: StaticToolDlg.cpp =================================================================== RCS file: /cvsroot/sphere-axis/Axis/StaticToolDlg.cpp,v retrieving revision 1.34.2.4 retrieving revision 1.34.2.5 diff -C2 -r1.34.2.4 -r1.34.2.5 *** StaticToolDlg.cpp 29 Aug 2003 05:55:03 -0000 1.34.2.4 --- StaticToolDlg.cpp 3 Sep 2003 02:46:46 -0000 1.34.2.5 *************** *** 489,493 **** memset(&szCwd[0], 0x00, sizeof(szCwd)); getcwd(szCwd, sizeof(szCwd)); ! CFileDialog dlg(TRUE, NULL, NULL, 0, "Script Files (*.scp)|*.scp||", 0); if ( dlg.DoModal() == IDOK ) m_csWorldFile = dlg.GetPathName(); --- 489,493 ---- memset(&szCwd[0], 0x00, sizeof(szCwd)); getcwd(szCwd, sizeof(szCwd)); ! CFileDialog dlg(TRUE, NULL, NULL, 0, "Script Files (*.scp)|*.scp||", NULL, 0); if ( dlg.DoModal() == IDOK ) m_csWorldFile = dlg.GetPathName(); |