Remove georges4cvs feature
This commit is contained in:
parent
ce88e5836a
commit
f3a1dad1d2
2 changed files with 2 additions and 2 deletions
|
@ -364,7 +364,7 @@ namespace GeorgesQt
|
|||
// ((CForm*)(UForm*)Form)->Header.MinorVersion++;
|
||||
// }*/
|
||||
// //((CForm*)(UForm*)Form)->write (xmlStream.getDocument (), lpszPathName, theApp.Georges4CVS);
|
||||
m_form->write(file, false);
|
||||
m_form->write(file);
|
||||
setWindowTitle(windowTitle().remove("*"));
|
||||
m_modified = false;
|
||||
// //if (strcmp (xmlStream.getErrorString (), "") != 0)
|
||||
|
|
|
@ -269,7 +269,7 @@ namespace NLQT
|
|||
((CForm*)(UForm*)Form)->Header.MinorVersion++;
|
||||
}*/
|
||||
//((CForm*)(UForm*)Form)->write (xmlStream.getDocument (), lpszPathName, theApp.Georges4CVS);
|
||||
_form->write(file, false);
|
||||
_form->write(file);
|
||||
setWindowTitle(windowTitle().remove("*"));
|
||||
_modified = false;
|
||||
//if (strcmp (xmlStream.getErrorString (), "") != 0)
|
||||
|
|
Loading…
Reference in a new issue