Changeset 41859 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jun 21, 2012 11:41:26 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78697
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendCOM.cpp
r41850 r41859 240 240 case (KMediumVariant)(KMediumVariant_Standard | KMediumVariant_Fixed | KMediumVariant_VmdkESX): 241 241 return QApplication::translate("VBoxGlobal", "Fixed size ESX storage", "MediumVariant"); 242 #ifndef DEBUG_bird /* remove when the missing cases have been added! */ 242 243 default: 243 244 AssertMsgFailed(("No text for %d", variant)); break; 245 #endif 244 246 } 245 247 return QString();
Note:
See TracChangeset
for help on using the changeset viewer.