Changeset 75634 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Nov 21, 2018 10:05:25 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlFileManagerSessionPanel.cpp
r75425 r75634 162 162 if (m_pUserNameEdit) 163 163 { 164 m_pUserNameEdit->setToolTip(QApplication::translate("UIGuest ProcessControlWidget", "User name to authenticate session creation"));165 m_pUserNameEdit->setPlaceholderText(QApplication::translate("UIGuest ProcessControlWidget", "User Name"));166 167 } 168 if (m_pPasswordEdit) 169 { 170 m_pPasswordEdit->setToolTip(QApplication::translate("UIGuest ProcessControlWidget", "Password to authenticate session creation"));171 m_pPasswordEdit->setPlaceholderText(QApplication::translate("UIGuest ProcessControlWidget", "Password"));172 } 173 174 if (m_pCreateButton) 175 m_pCreateButton->setText(QApplication::translate("UIGuest ProcessControlWidget", "Create Session"));176 if (m_pCloseButton) 177 m_pCloseButton->setText(QApplication::translate("UIGuest ProcessControlWidget", "Close Session"));164 m_pUserNameEdit->setToolTip(QApplication::translate("UIGuestControlFileManager", "User name to authenticate session creation")); 165 m_pUserNameEdit->setPlaceholderText(QApplication::translate("UIGuestControlFileManager", "User Name")); 166 167 } 168 if (m_pPasswordEdit) 169 { 170 m_pPasswordEdit->setToolTip(QApplication::translate("UIGuestControlFileManager", "Password to authenticate session creation")); 171 m_pPasswordEdit->setPlaceholderText(QApplication::translate("UIGuestControlFileManager", "Password")); 172 } 173 174 if (m_pCreateButton) 175 m_pCreateButton->setText(QApplication::translate("UIGuestControlFileManager", "Create Session")); 176 if (m_pCloseButton) 177 m_pCloseButton->setText(QApplication::translate("UIGuestControlFileManager", "Close Session")); 178 178 } 179 179
Note:
See TracChangeset
for help on using the changeset viewer.