From 32b223ae83b3af61ecdcdd47d93d2bb852608c20 Mon Sep 17 00:00:00 2001 From: kergoth Date: Sun, 26 Jan 2003 05:28:35 +0000 Subject: use an information messagebox rather than critical on success, as pointed out by Ken Bantoft. --- (limited to 'noncore') diff --git a/noncore/settings/backup/backuprestore.cpp b/noncore/settings/backup/backuprestore.cpp index 78d1414..457282a 100644 --- a/noncore/settings/backup/backuprestore.cpp +++ b/noncore/settings/backup/backuprestore.cpp @@ -206,7 +206,7 @@ void BackupAndRestore::backupPressed(){ return; } else{ - QMessageBox::critical(this, "Message", "Backup Successfull.",QString("Ok") ); + QMessageBox::information(this, "Message", "Backup Successfull.",QString("Ok") ); } setCaption(tr("Backup and Restore")); -- cgit v0.9.0.2