Bug 68330 - Kontact license in about dialog has no icon
Summary: Kontact license in about dialog has no icon
Status: RESOLVED FIXED
Alias: None
Product: kontact
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-15 23:41 UTC by Cornelius Schumacher
Modified: 2003-11-20 18:12 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 );