Changeset 85178 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jul 10, 2020 12:58:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendCOM.cpp
r84962 r85178 382 382 case KNetworkAttachmentType_NATNetwork: return QApplication::translate("UICommon", "NAT Network", "NetworkAttachmentType"); 383 383 #ifdef VBOX_WITH_CLOUD_NET 384 case KNetworkAttachmentType_Cloud: return QApplication::translate("UICommon", "Cloud Network ", "NetworkAttachmentType");384 case KNetworkAttachmentType_Cloud: return QApplication::translate("UICommon", "Cloud Network [EXPERIMENTAL]", "NetworkAttachmentType"); 385 385 #endif /* VBOX_WITH_CLOUD_NET */ 386 386 default: AssertMsgFailed(("No text for %d", type)); break;
Note:
See TracChangeset
for help on using the changeset viewer.