diff --git a/juci/window.cc b/juci/window.cc index bd97d5e..ae62171 100644 --- a/juci/window.cc +++ b/juci/window.cc @@ -218,6 +218,7 @@ bool Window::SaveFile() { notebook_.CurrentPagePath()+"\n"); return true; } + terminal_.PrintMessage("File not saved"); return false; } bool Window::SaveFileAs() { @@ -226,5 +227,6 @@ bool Window::SaveFileAs() { notebook_.CurrentPagePath()+"\n"); return true; } + terminal_.PrintMessage("File not saved"); return false; }