VirtualBox

Changeset 22301 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 17, 2009 3:16:53 PM (15 years ago)
Author:
vboxsync
Message:

Main/XML: better error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r22297 r22301  
    12081208                   )
    12091209                    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"),
    12111211                                          ulPos,
    12121212                                          SchemaDefs::MaxBootPosition + 1);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette