summaryrefslogtreecommitdiff
path: root/client/mainwindow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'client/mainwindow.cc')
-rw-r--r--client/mainwindow.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/mainwindow.cc b/client/mainwindow.cc
index 551a78b..97c143e 100644
--- a/client/mainwindow.cc
+++ b/client/mainwindow.cc
@@ -135,11 +135,13 @@ void MainWindow::closeCommit()
void MainWindow::closeNoCommit()
{
+/*
QMessageBox::information(this,
tr("Closing without commit"),
tr("This session will be stored on this computer "
"only. To reopen it at a later time, simply "
"open the same patient again."));
+*/
// sessions.add(cpr, user, netcom.sessionid);
isStored = true;
netcom.nocommit();