From 4614b3d2d6aecd64de8686a3e6087590e5a57f23 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Tue, 17 Apr 2012 19:34:51 -0500 Subject: Change file path reference from kmenu_basic.mng to kmenu_basic.png and delete kmenu_basic.mng. --- kicker/libkicker/panelbutton.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kicker/libkicker/panelbutton.cpp') diff --git a/kicker/libkicker/panelbutton.cpp b/kicker/libkicker/panelbutton.cpp index c8cc53bcc..a460b5409 100644 --- a/kicker/libkicker/panelbutton.cpp +++ b/kicker/libkicker/panelbutton.cpp @@ -875,7 +875,7 @@ void PanelButton::loadIcons() KIcon::DisabledState; if (nm=="kmenu-suse") { - TQString pth = locate( "data", "kicker/data/kickoff/kmenu_basic.mng" ); + TQString pth = locate( "data", "kicker/data/kickoff/kmenu_basic.png" ); if (!pth.isEmpty()) { m_icon = TQImage(pth); -- cgit v1.2.1