summaryrefslogtreecommitdiff
path: root/core
authorjeremy <jeremy>2002-02-16 03:38:51 (UTC)
committer jeremy <jeremy>2002-02-16 03:38:51 (UTC)
commitf866bbd2fd77f07cff04a702eb52e59fcc0013b7 (patch) (side-by-side diff)
treef5a3dbb1577c77e9a5cc8efa5d66b1b103989e0a /core
parentf8744f9a9a59f7968ddbac66c927ba8da358f223 (diff)
downloadopie-f866bbd2fd77f07cff04a702eb52e59fcc0013b7.zip
opie-f866bbd2fd77f07cff04a702eb52e59fcc0013b7.tar.gz
opie-f866bbd2fd77f07cff04a702eb52e59fcc0013b7.tar.bz2
Left a debug message box in the code. Opps. That was removed ("Recording
Done")
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/vmemo/vmemo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/applets/vmemo/vmemo.cpp b/core/applets/vmemo/vmemo.cpp
index 006e0ba..aa23ba7 100644
--- a/core/applets/vmemo/vmemo.cpp
+++ b/core/applets/vmemo/vmemo.cpp
@@ -399,5 +399,5 @@ void VMemo::record(void)
qWarning("VMemo::record() -> playing done recording sound");
QSound::play(Resource::findSound("vmemoe"));
qWarning("VMemo::record() -> terminating");
- QMessageBox::information(0, "VMemo", "Recording Done", 1);
+ //QMessageBox::information(0, "VMemo", "Recording Done", 1);
}