- Timestamp:
- Sep 25, 2018 9:59:16 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.cpp
r74445 r74451 168 168 } 169 169 170 /* Check for password presence: */ 171 if (!QUrl(m_pHostEditor->text().trimmed()).password().isEmpty()) 172 { 173 message.second << tr("You have provided a proxy password. " 174 "Please be aware that the password will be saved in plain text. " 175 "You may wish to configure a system-wide proxy instead and not " 176 "store application-specific settings."); 177 fPass = true; 178 } 179 170 180 /* Serialize message: */ 171 181 if (!message.second.isEmpty())
Note:
See TracChangeset
for help on using the changeset viewer.