demos/browser/browsermainwindow.cpp
changeset 37 758a864f9613
parent 30 5dc02b23752f
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
   668         QString text = tr("<b>%1</b><br><br>When private browsing in turned on,"
   668         QString text = tr("<b>%1</b><br><br>When private browsing in turned on,"
   669             " webpages are not added to the history,"
   669             " webpages are not added to the history,"
   670             " items are automatically removed from the Downloads window," \
   670             " items are automatically removed from the Downloads window," \
   671             " new cookies are not stored, current cookies can't be accessed," \
   671             " new cookies are not stored, current cookies can't be accessed," \
   672             " site icons wont be stored, session wont be saved, " \
   672             " site icons wont be stored, session wont be saved, " \
   673             " and searches are not addded to the pop-up menu in the Google search box." \
   673             " and searches are not added to the pop-up menu in the Google search box." \
   674             "  Until you close the window, you can still click the Back and Forward buttons" \
   674             "  Until you close the window, you can still click the Back and Forward buttons" \
   675             " to return to the webpages you have opened.").arg(title);
   675             " to return to the webpages you have opened.").arg(title);
   676 
   676 
   677         QMessageBox::StandardButton button = QMessageBox::question(this, QString(), text,
   677         QMessageBox::StandardButton button = QMessageBox::question(this, QString(), text,
   678                                QMessageBox::Ok | QMessageBox::Cancel,
   678                                QMessageBox::Ok | QMessageBox::Cancel,