From 551661da944e2b93cff73317d6fb6eaffe5f7102 Mon Sep 17 00:00:00 2001 From: umopapisdn Date: Sat, 28 Sep 2002 22:30:24 +0000 Subject: User icons can be selected. --- (limited to 'noncore/settings') diff --git a/noncore/settings/usermanager/userdialog.cpp b/noncore/settings/usermanager/userdialog.cpp index c6b8a57..719dd1e 100644 --- a/noncore/settings/usermanager/userdialog.cpp +++ b/noncore/settings/usermanager/userdialog.cpp @@ -342,7 +342,7 @@ void UserDialog::clickedPicture() { if(!(filename.isEmpty())) { userImage.reset(); if(!(userImage.load(filename))) { - QMessageBox::information(0,"Sorry!","Icon selection not yet implemented.\nComming real soon now! (tm)\n"+filename); + QMessageBox::information(0,"Sorry!","That icon could not be loaded.\nLoading failed on: "+filename); } else { userImage=userImage.smoothScale(48,48); QPixmap *picture; -- cgit v0.9.0.2