2050 """ web site icons and cookies are not stored.""" |
2050 """ web site icons and cookies are not stored.""" |
2051 """ HTML5 offline storage will be deactivated.""" |
2051 """ HTML5 offline storage will be deactivated.""" |
2052 """ Until you close the window, you can still click""" |
2052 """ Until you close the window, you can still click""" |
2053 """ the Back and Forward buttons to return to the""" |
2053 """ the Back and Forward buttons to return to the""" |
2054 """ web pages you have opened.</p>""") |
2054 """ web pages you have opened.</p>""") |
2055 res = QMessageBox.question(self, "", txt, |
2055 res = E5MessageBox.question(self, "", txt, |
2056 QMessageBox.StandardButtons(\ |
2056 QMessageBox.StandardButtons(\ |
2057 QMessageBox.Yes | \ |
2057 QMessageBox.Yes | \ |
2058 QMessageBox.No), |
2058 QMessageBox.No), |
2059 QMessageBox.No) |
2059 QMessageBox.No) |
2060 if res == QMessageBox.Yes: |
2060 if res == QMessageBox.Yes: |