Changeset 108847 in vbox
- Timestamp:
- Apr 4, 2025 9:38:55 AM (5 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168297
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIVMInformationDialog.cpp
r108591 r108847 276 276 /* Configure button-box: */ 277 277 m_pButtonBox->setStandardButtons(QDialogButtonBox::Close | QDialogButtonBox::Help); 278 uiCommon().setHelpKeyword(m_pButtonBox->button(QDialogButtonBox::Help), "vm- session-information" /* help keyword */);278 uiCommon().setHelpKeyword(m_pButtonBox->button(QDialogButtonBox::Help), "vm-activity-session-information" /* help keyword */); 279 279 connect(m_pButtonBox, &QIDialogButtonBox::rejected, this, &UIVMInformationDialog::sigClose); 280 280 connect(m_pButtonBox->button(QDialogButtonBox::Help), &QPushButton::pressed,
Note:
See TracChangeset
for help on using the changeset viewer.