Changeset 105258 in vbox
- Timestamp:
- Jul 10, 2024 1:55:58 PM (5 months ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDetailsGenerator.cpp
r105245 r105258 357 357 } 358 358 default: 359 { 360 // For NLS purpose: 361 QApplication::translate("UIDetails", "Disabled", "details (system/EFI)"); 362 break; 363 } 359 break; 364 360 } 365 361 } -
trunk/src/VBox/Frontends/VirtualBox/src/snapshots/UISnapshotDetailsWidget.cpp
r105246 r105258 1796 1796 } 1797 1797 default: 1798 {1799 /* strReport = */ QApplication::translate("UIDetails", "Disabled", "details (system/EFI)");1800 1798 break; 1801 }1802 1799 } 1803 1800 /* Return report: */
Note:
See TracChangeset
for help on using the changeset viewer.