Bug 68330

Summary: Kontact license in about dialog has no icon
Product: [Applications] kontact Reporter: Cornelius Schumacher <schumacher>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Cornelius Schumacher 2003-11-15 23:41:07 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

The about dialog shows only an "unkown icon" icon in the side bar for the "Kontact license" entry.
Comment 1 Tobias Koenig 2003-11-20 18:12:38 UTC
Subject: kdepim/kontact/src

CVS commit by tokoe: 

Use 'signature' icon in AboutDialog. The 'scripting' icon doesn't exist anymore.

CCMAIL:68330-done@bugs.kde.org


  M +2 -2      aboutdialog.cpp   1.11


--- kdepim/kontact/src/aboutdialog.cpp  #1.10:1.11
@@ -159,5 +159,5 @@ void AboutDialog::addLicenseText(const K
   if ( !about || about->license().isEmpty() ) return;
 
-  QPixmap pixmap = KGlobal::iconLoader()->loadIcon( "scripting",
+  QPixmap pixmap = KGlobal::iconLoader()->loadIcon( "signature",
                                                     KIcon::Desktop, 48 );