mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Added meta information in session file XML, for quick access to file
info (SessionCreator::info), displayed in the user interface (list of sessions in quick access).
This commit is contained in:
@@ -86,7 +86,7 @@ bool tinyxml2::XMLSaveDoc(XMLDocument * const doc, std::string filename)
|
||||
XMLDeclaration *pDec = doc->NewDeclaration();
|
||||
doc->InsertFirstChild(pDec);
|
||||
|
||||
std::string s = "Save time " + SystemToolkit::date_time_string();
|
||||
std::string s = "Originally saved as " + filename + " by " + SystemToolkit::username();
|
||||
XMLComment *pComment = doc->NewComment(s.c_str());
|
||||
doc->InsertEndChild(pComment);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user