Changeset 104536 in vbox
- Timestamp:
- May 7, 2024 4:12:41 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/networkmanager/UIDetailsWidgetCloudNetwork.cpp
r104223 r104536 271 271 m_pEditorNetworkId->setToolTip(UINetworkManager::tr("Holds the id for this network.")); 272 272 if (m_pButtonNetworkId) 273 { 274 m_pButtonNetworkId->setText(UINetworkManager::tr("Select Network ID")); 273 275 m_pButtonNetworkId->setToolTip(UINetworkManager::tr("Selects the id for this network.")); 276 } 274 277 if (m_pButtonBoxOptions) 275 278 {
Note:
See TracChangeset
for help on using the changeset viewer.