Changeset 8170 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 18, 2008 5:52:25 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29880
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r8155 r8170 90 90 { 91 91 "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>" RTFILE_LINEFEED 92 "<!-- innotekVirtualBox Machine Configuration -->" RTFILE_LINEFEED92 "<!-- Sun xVM VirtualBox Machine Configuration -->" RTFILE_LINEFEED 93 93 "<VirtualBox xmlns=\"" VBOX_XML_NAMESPACE "\" " 94 94 "version=\"" VBOX_XML_VERSION_FULL "\">" RTFILE_LINEFEED -
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r8155 r8170 80 80 { 81 81 "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>" RTFILE_LINEFEED 82 "<!-- innotekVirtualBox Global Configuration -->" RTFILE_LINEFEED82 "<!-- Sun xVM VirtualBox Global Configuration -->" RTFILE_LINEFEED 83 83 "<VirtualBox xmlns=\"" VBOX_XML_NAMESPACE "\" " 84 84 "version=\"" VBOX_XML_VERSION_FULL "\">" RTFILE_LINEFEED
Note:
See TracChangeset
for help on using the changeset viewer.