- Timestamp:
- Oct 21, 2018 1:09:15 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 125977
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/manager
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserView.cpp
r74184 r74959 154 154 { 155 155 /* Translate this: */ 156 #if 0 /* we will leave that for accessibility needs. */ 156 157 setToolTip(tr("Contains a tree of Virtual Machines and their groups")); 158 #endif /* to be integrated to accessibility interface. */ 157 159 } 158 160 -
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsView.cpp
r74682 r74959 172 172 { 173 173 /* Translate this: */ 174 #if 0 /* we will leave that for accessibility needs. */ 174 175 setToolTip(tr("Contains a list of Virtual Machine details")); 176 #endif /* to be integrated to accessibility interface. */ 175 177 } 176 178 -
trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UIToolsView.cpp
r74483 r74959 22 22 /* Qt includes: */ 23 23 # include <QAccessibleWidget> 24 # include <QApplication> 24 25 # include <QScrollBar> 25 26 … … 157 158 { 158 159 /* Translate this: */ 159 setToolTip(tr("Contains a list of tools")); 160 #if 0 /* we will leave that for accessibility needs. */ 161 setToolTip(tr("Contains a list of VirtualBox tools")); 162 #endif /* to be integrated to accessibility interface. */ 160 163 } 161 164
Note:
See TracChangeset
for help on using the changeset viewer.