summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeva <deva>2011-01-31 12:50:55 +0000
committerdeva <deva>2011-01-31 12:50:55 +0000
commit7bea0060d1021b2a83aa44bfbce4ae9e2c3defd6 (patch)
tree09cabe00580e23a17b3479cfd884d2b2d52f7255
parentdd85ed967775d0dca678515b70b710ddaa0fc204 (diff)
Remove messagebox on close-no-commit.
-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();