Changeset 36405 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Mar 24, 2011 3:57:03 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70760
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r36395 r36405 52 52 53 53 /* 54 * Copyright (C) 2007-201 0Oracle Corporation54 * Copyright (C) 2007-2011 Oracle Corporation 55 55 * 56 56 * This file is part of VirtualBox Open Source Edition (OSE), as … … 864 864 m->pDoc = new xml::Document; 865 865 866 m->pelmRoot = m->pDoc->createRootElement("VirtualBox"); 866 m->pelmRoot = m->pDoc->createRootElement("VirtualBox", 867 "\n" 868 "** DO NOT EDIT THIS FILE.\n" 869 "** If you make changes to this file while any VirtualBox related application\n" 870 "** is running, your changes will be overwritten later, without taking effect.\n" 871 "** Use VBoxManage or the VirtualBox Manager GUI to make changes.\n" 872 ); 867 873 m->pelmRoot->setAttribute("xmlns", VBOX_XML_NAMESPACE); 868 874
Note:
See TracChangeset
for help on using the changeset viewer.