diff options
author | deva <deva> | 2011-01-31 12:50:55 +0000 |
---|---|---|
committer | deva <deva> | 2011-01-31 12:50:55 +0000 |
commit | 7bea0060d1021b2a83aa44bfbce4ae9e2c3defd6 (patch) | |
tree | 09cabe00580e23a17b3479cfd884d2b2d52f7255 /client | |
parent | dd85ed967775d0dca678515b70b710ddaa0fc204 (diff) |
Remove messagebox on close-no-commit.
Diffstat (limited to 'client')
-rw-r--r-- | client/mainwindow.cc | 2 |
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(); |