Helpviewer/OpenSearch/OpenSearchManager.py

changeset 3190
a9a94491c4fd
parent 3160
209a07d7e401
child 3345
071afe8be2a1
equal deleted inserted replaced
3189:9a21c547de5f 3190:a9a94491c4fd
398 host = QUrl(engine.searchUrlTemplate()).host() 398 host = QUrl(engine.searchUrlTemplate()).host()
399 399
400 res = E5MessageBox.yesNo( 400 res = E5MessageBox.yesNo(
401 None, 401 None,
402 "", 402 "",
403 self.trUtf8( 403 self.tr(
404 """<p>Do you want to add the following engine to your""" 404 """<p>Do you want to add the following engine to your"""
405 """ list of search engines?<br/><br/>Name: {0}<br/>""" 405 """ list of search engines?<br/><br/>Name: {0}<br/>"""
406 """Searches on: {1}</p>""").format(engine.name(), host)) 406 """Searches on: {1}</p>""").format(engine.name(), host))
407 return res 407 return res
408 408

eric ide

mercurial