Changeset 79362 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jun 26, 2019 2:52:22 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131594
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/softkeyboard/UISoftKeyboard.cpp
r79359 r79362 814 814 if (m_pLayoutNameLabel) 815 815 m_pLayoutNameLabel->setText(UISoftKeyboard::tr("English Name")); 816 if (m_pLayoutNameEdit) 817 m_pLayoutNameEdit->setToolTip(UISoftKeyboard::tr("Name of the Layout in English")); 816 818 if (m_pLayoutNativeNameLabel) 817 819 m_pLayoutNativeNameLabel->setText(UISoftKeyboard::tr("Native Language Name")); 820 if (m_pLayoutNativeNameEdit) 821 m_pLayoutNativeNameEdit->setToolTip(UISoftKeyboard::tr("Name of the Layout in the native Language")); 818 822 if (m_pScanCodeLabel) 819 823 m_pScanCodeLabel->setText(UISoftKeyboard::tr("Scan Code")); 824 if (m_pScanCodeEdit) 825 m_pScanCodeEdit->setToolTip(UISoftKeyboard::tr("The scan code the key produces. Not editable")); 820 826 if (m_pPositionLabel) 821 827 m_pPositionLabel->setText(UISoftKeyboard::tr("Position")); 828 if (m_pPositionEdit) 829 m_pPositionEdit->setToolTip(UISoftKeyboard::tr("The physical position of the key. Not editable")); 822 830 if (m_pBaseCaptionLabel) 823 831 m_pBaseCaptionLabel->setText(UISoftKeyboard::tr("Base"));
Note:
See TracChangeset
for help on using the changeset viewer.