Changeset 22301 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 17, 2009 3:16:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r22297 r22301 1208 1208 ) 1209 1209 throw ConfigFileError(this, 1210 N_("Invalid value '%RU32' in Boot/Order/@position: must be between 0 and%RU32"),1210 N_("Invalid value '%RU32' in Boot/Order/@position: must be greater than 0 and less than %RU32"), 1211 1211 ulPos, 1212 1212 SchemaDefs::MaxBootPosition + 1);
Note:
See TracChangeset
for help on using the changeset viewer.