Changeset 102730 in vbox
- Timestamp:
- Dec 29, 2023 4:08:35 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPaneContainer.cpp
r102729 r102730 64 64 m_pButtonBox->button(QDialogButtonBox::Cancel)->setText(tr("Detach")); 65 65 m_pButtonBox->button(QDialogButtonBox::Cancel)->setStatusTip(tr("Open the tool in separate window")); 66 m_pButtonBox->button(QDialogButtonBox::Cancel)->setToolTip(tr("Open in Separate Window")); 66 67 } 67 68 }
Note:
See TracChangeset
for help on using the changeset viewer.