Changeset 50195 in vbox
- Timestamp:
- Jan 23, 2014 6:03:23 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91765
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r50193 r50195 1078 1078 rc = setError(VBOX_E_FILE_ERROR, 1079 1079 tr("First file in the OVA package must have the extension 'ovf'. " 1080 "But the file '%s' has thedifferent extension (%Rrc)"),1080 "But the file '%s' has a different extension (%Rrc)"), 1081 1081 pszFilename, 1082 1082 vrc);
Note:
See TracChangeset
for help on using the changeset viewer.