- Timestamp:
- Jul 29, 2020 4:32:00 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp
r85524 r85528 2808 2808 pMenu->addSeparator(); 2809 2809 2810 /* Default Connect action: */ 2811 QAction *pDefaultAction = pMenu->addAction(QApplication::translate("UIActionPool", "Connect", "to cloud VM"), 2812 this, &UIVirtualBoxManager::sltExecuteExternalApplication); 2813 #if defined(VBOX_WS_MAC) 2814 pDefaultAction->setProperty("path", "open"); 2815 #elif defined(VBOX_WS_WIN) 2816 pDefaultAction->setProperty("path", "powershell"); 2817 #elif defined(VBOX_WS_X11) 2818 #endif 2819 2810 2820 /* Terminal application/profile action list: */ 2811 2821 const QStringList restrictions = gEDataManager->cloudConsoleManagerRestrictions();
Note:
See TracChangeset
for help on using the changeset viewer.