From 7bea0060d1021b2a83aa44bfbce4ae9e2c3defd6 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 31 Jan 2011 12:50:55 +0000 Subject: Remove messagebox on close-no-commit. --- client/mainwindow.cc | 2 ++ 1 file changed, 2 insertions(+) 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(); -- cgit v1.2.3