Changeset 105782 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Aug 21, 2024 4:44:54 PM (6 months ago)
- svn:sync-xref-src-repo-rev:
- 164494
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIBootFailureDialog.cpp
r104915 r105782 244 244 bool fISOValid = checkISOImage(); 245 245 if (m_pBootImageSelector) 246 m_pBootImageSelector->mark(!fISOValid, tr("The selectedpath is invalid."), tr("The path is valid."));246 m_pBootImageSelector->mark(!fISOValid, tr("The path is invalid."), tr("The path is valid.")); 247 247 248 248 if (m_pResetButton)
Note:
See TracChangeset
for help on using the changeset viewer.