Some messagebox stuff.
This commit is contained in:
parent
0f48b4fe34
commit
61d4acec02
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ void WebView::saveCurrentPageToFile() {
|
||||||
str << html_text;
|
str << html_text;
|
||||||
selected_file_handle.close();
|
selected_file_handle.close();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
MessageBox::show(this, QMessageBox::Critical, tr("Cannot save web page"),
|
MessageBox::show(this, QMessageBox::Critical, tr("Cannot save web page"),
|
||||||
tr("Web page cannot be saved because destination file is not writtable."));
|
tr("Web page cannot be saved because destination file is not writtable."));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue