Changeset 22287 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 17, 2009 11:47:47 AM (15 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r22246 r22287 5863 5863 sf.strHostPath = pFolder->hostPath(); 5864 5864 sf.fWritable = !!pFolder->writable(); 5865 5866 data.llSharedFolders.push_back(sf); 5865 5867 } 5866 5868 -
trunk/src/VBox/Main/xml/Settings.cpp
r22253 r22287 1961 1961 break; 1962 1962 1963 default: 1963 default: 1964 1964 break; 1965 1965 }
Note:
See TracChangeset
for help on using the changeset viewer.