Changeset 108648 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 20, 2025 2:40:08 PM (4 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168061
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensionpackmanager/UIExtensionPackManager.cpp
r108591 r108648 374 374 { 375 375 /* Prepare self: */ 376 uiCommon().setHelpKeyword(this, "ext -pack-manager" /* help keyword */);376 uiCommon().setHelpKeyword(this, "extensions" /* help keyword */); 377 377 378 378 /* Prepare stuff: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIHomePane.cpp
r108591 r108648 226 226 227 227 /* Assign Help keyword: */ 228 uiCommon().setHelpKeyword(this, " intro-starting" /* help keyword */);228 uiCommon().setHelpKeyword(this, "Introduction" /* help keyword */); 229 229 230 230 /* Translate finally: */ -
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetails.cpp
r108591 r108648 62 62 63 63 /* Configure context-sensitive help: */ 64 uiCommon().setHelpKeyword(this, " vm-details-tool" /* help keyword */);64 uiCommon().setHelpKeyword(this, "settings-window" /* help keyword */); 65 65 66 66 /* Init model finally: */
Note:
See TracChangeset
for help on using the changeset viewer.