Changeset 75907 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Dec 3, 2018 1:26:23 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127111
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestFileTable.cpp
r75903 r75907 571 571 m_pToolBar->addAction(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_Rename)); 572 572 m_pToolBar->addAction(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_CreateNewDirectory)); 573 m_pToolBar->addSeparator(); 573 574 574 m_pToolBar->addAction(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_Copy)); 575 575 m_pToolBar->addAction(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_Cut)); … … 585 585 m_selectionDependentActions.insert(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_Cut)); 586 586 m_selectionDependentActions.insert(m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_ShowProperties)); 587 588 /* Hide these actions for now until we have a suitable guest-to-guest copy function: */ 589 m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_Copy)->setVisible(false); 590 m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_Cut)->setVisible(false); 591 m_pActionPool->action(UIActionIndex_M_GuestControlFileManager_S_Guest_Paste)->setVisible(false); 587 592 } 588 593 setSelectionDependentActionsEnabled(false);
Note:
See TracChangeset
for help on using the changeset viewer.