Changeset 72222 in vbox
- Timestamp:
- May 15, 2018 8:48:58 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsElements.cpp
r71104 r72222 251 251 table << UITextTableLine(QApplication::translate("UIGDetails", "Operating System", "details (general)"), 252 252 vboxGlobal().vmGuestOSTypeDescription(machine.GetOSTypeId())); 253 254 /* Location of the settings file: */ 255 QString strSettingsFile = machine.GetSettingsFilePath(); 256 if (!strSettingsFile.isEmpty()) 257 { 258 table << UITextTableLine(QApplication::translate("UIGDetails", "Settings File Location", "details (general)"), 259 QFileInfo(strSettingsFile).absolutePath()); 260 } 253 261 254 262 /* Get groups: */ … … 932 940 setProperty("table", QVariant::fromValue(table)); 933 941 } 934
Note:
See TracChangeset
for help on using the changeset viewer.