forked from qt-creator/qt-creator
Removed unneeded and mistyped HTML
Change-Id: I49f50fc213b88af478c1411933630eb705898c23 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
committed by
Friedemann Kleint
parent
d34f44f460
commit
e16eb7ea43
@@ -185,7 +185,7 @@ bool CdbSymbolPathListEditor::promptToAddSymbolServer(const QString &settingsGro
|
||||
"for retrieval of the symbols of the operating system libraries.</p>"
|
||||
"<p><i>Note:</i> A fast internet connection is required for this to work smoothly. Also, a delay "
|
||||
"might occur when connecting for the first time.</p>"
|
||||
"<p>Would you like to set it up?</p></br>"
|
||||
"<p>Would you like to set it up?</p>"
|
||||
"</body></html>").arg(symServUrl);
|
||||
const QDialogButtonBox::StandardButton answer =
|
||||
Utils::CheckableMessageBox::question(Core::ICore::mainWindow(), tr("Symbol Server"), msg,
|
||||
|
||||
@@ -9,7 +9,7 @@ def handleDebuggerWarnings(config):
|
||||
"This is recommended for retrieval of the symbols of the operating system libraries.</p>"
|
||||
"<p><i>Note:</i> A fast internet connection is required for this to work smoothly. "
|
||||
"Also, a delay might occur when connecting for the first time.</p>"
|
||||
"<p>Would you like to set it up?</p></br></body></html>")
|
||||
"<p>Would you like to set it up?</p></body></html>")
|
||||
if popup.text == symServerNotConfiged:
|
||||
test.log("Creator warned about the debugger not being configured to use the public Microsoft Symbol Server.")
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user