From b8a69af4c50eecfe6a6d33ce8241db2255d62b6b Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Mon, 26 Aug 2002 21:42:39 +0000 Subject: [PATCH] show identity name in caption svn path=/trunk/kdenetwork/kmail/; revision=173946 --- identitydialog.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/identitydialog.cpp b/identitydialog.cpp index 190c40b02..6066309ff 100644 --- a/identitydialog.cpp +++ b/identitydialog.cpp @@ -205,6 +205,9 @@ namespace KMail { } void IdentityDialog::setIdentity( KMIdentity & ident ) { + + setCaption( i18n("Edit Identity \"%1\"").arg( ident.identityName() ) ); + // "General" tab: mNameEdit->setText( ident.fullName() ); mOrganizationEdit->setText( ident.organization() );