--=-LGPnkRjzdvMtJc3JYi7u Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi, this little fix is for homogeneous about_kde icons between KHelpMenu and StdAction builds menu. Why not using KStdActionInfos for building KHelpMenu items ? This will limit redundancy of "standard" information. FeniX PS: Configure icons in kicker have the same problem (must be found) ;( --=-LGPnkRjzdvMtJc3JYi7u Content-Disposition: attachment; filename=khelpmenu_cpp.diff Content-Transfer-Encoding: quoted-printable Content-Type: text/x-diff; name=khelpmenu_cpp.diff; charset=ISO-8859-15 Index: khelpmenu.cpp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/kde/kdelibs/kdeui/khelpmenu.cpp,v retrieving revision 1.48 diff -u -r1.48 khelpmenu.cpp --- khelpmenu.cpp 4 Mar 2002 00:51:48 -0000 1.48 +++ khelpmenu.cpp 19 Apr 2002 20:41:44 -0000 @@ -158,7 +158,7 @@ =20 if (kapp->authorizeKAction("help_about_kde")) { - mMenu->insertItem( SmallIcon("go"), i18n( "About &KDE" ), menuAboutK= DE ); + mMenu->insertItem( SmallIcon("about_kde"), i18n( "About &KDE" ), men= uAboutKDE ); mMenu->connectItem( menuAboutKDE, this, SLOT( aboutKDE() ) ); } } --=-LGPnkRjzdvMtJc3JYi7u-- >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<