Browse Source

Now displays error message if one could not save file.

merge-requests/365/head
eidheim 11 years ago
parent
commit
0ed988f05a
  1. 1
      src/notebook.cc

1
src/notebook.cc

@ -98,6 +98,7 @@ bool Notebook::save(int page) {
return true;
}
}
Singleton::terminal()->print("Error: could not save file " +view->file_path+"\n");
return false;
}

Loading…
Cancel
Save