Changeset 27436 in vbox
- Timestamp:
- Mar 17, 2010 11:28:09 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58915
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp
r27421 r27436 136 136 /* Translate parent class: */ 137 137 UIMachineWindow::retranslateUi(); 138 139 #ifdef Q_WS_MAC140 // TODO_NEW_CORE141 // m_pDockSettingsMenu->setTitle(tr("Dock Icon"));142 // m_pDockDisablePreview->setText(tr("Show Application Icon"));143 // m_pDockEnablePreviewMonitor->setText(tr("Show Monitor Preview"));144 #endif /* Q_WS_MAC */145 138 } 146 139 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp
r27375 r27436 224 224 UIMachineWindow::retranslateUi(); 225 225 226 #ifdef Q_WS_MAC227 // TODO_NEW_CORE228 // m_pDockSettingsMenu->setTitle(tr("Dock Icon"));229 // m_pDockDisablePreview->setText(tr("Show Application Icon"));230 // m_pDockEnablePreviewMonitor->setText(tr("Show Monitor Preview"));231 #endif /* Q_WS_MAC */232 233 226 m_pNameHostkey->setToolTip( 234 227 tr("Shows the currently assigned Host key.<br>" -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.cpp
r27427 r27436 142 142 /* Translate parent class: */ 143 143 UIMachineWindow::retranslateUi(); 144 145 #ifdef Q_WS_MAC146 // TODO_NEW_CORE147 // m_pDockSettingsMenu->setTitle(tr("Dock Icon"));148 // m_pDockDisablePreview->setText(tr("Show Application Icon"));149 // m_pDockEnablePreviewMonitor->setText(tr("Show Monitor Preview"));150 #endif /* Q_WS_MAC */151 144 } 152 145
Note:
See TracChangeset
for help on using the changeset viewer.