- Timestamp:
- Apr 3, 2020 1:24:55 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp
r83212 r83526 843 843 error(0, MessageType_Error, 844 844 tr("Failed to discard the saved state of the virtual machine <b>%1</b>.") 845 .arg( machine.GetName()),845 .arg(CMachine(machine).GetName()), 846 846 UIErrorString::formatErrorInfo(machine)); 847 847 } … … 851 851 error(0, MessageType_Error, 852 852 tr("Failed to save the state of the virtual machine <b>%1</b>.") 853 .arg( machine.GetName()),853 .arg(CMachine(machine).GetName()), 854 854 UIErrorString::formatErrorInfo(machine)); 855 855 } … … 1239 1239 error(pParent, MessageType_Error, 1240 1240 tr("Failed to change the attribute of the virtual machine <b>%1</b>.") 1241 .arg( comMachine.GetName()),1241 .arg(CMachine(comMachine).GetName()), 1242 1242 UIErrorString::formatErrorInfo(comMachine)); 1243 1243 } … … 1247 1247 error(pParent, MessageType_Error, 1248 1248 tr("Failed to save the settings of the virtual machine <b>%1</b> to <b><nobr>%2</nobr></b>.") 1249 .arg( machine.GetName(), CMachine(machine).GetSettingsFilePath()),1249 .arg(CMachine(machine).GetName(), CMachine(machine).GetSettingsFilePath()), 1250 1250 UIErrorString::formatErrorInfo(machine)); 1251 1251 }
Note:
See TracChangeset
for help on using the changeset viewer.