Changeset 56834 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp
- Timestamp:
- Jul 7, 2015 10:54:15 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp
r56831 r56834 2788 2788 if (RT_FAILURE(vrc) || vrc != VWRN_TRAILING_CHARS || !pszNext || *pszNext != 'x') 2789 2789 { 2790 errorArgument("Error parsing geomtry '%s' (expected WIDTHxHEIGHT)", ValueUnion.psz);2790 errorArgument("Error parsing geomtry '%s' (expected <width>x<height>)", ValueUnion.psz); 2791 2791 rc = E_FAIL; 2792 2792 break; … … 2796 2796 if (vrc != VINF_SUCCESS) 2797 2797 { 2798 errorArgument("Error parsing geomtry '%s' (expected WIDTHxHEIGHT)", ValueUnion.psz);2798 errorArgument("Error parsing geomtry '%s' (expected <width>x<height>)", ValueUnion.psz); 2799 2799 rc = E_FAIL; 2800 2800 break;
Note:
See TracChangeset
for help on using the changeset viewer.