From 13e3b45a89c7a58ada9e051ed3ade96ded8e141e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karsten=20Ball=C3=BCder?= Date: Mon, 31 Jan 2000 17:31:51 +0000 Subject: [PATCH] Added the "guessed" icon path for Debian/Corel Linux with KDE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/mimetype.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/unix/mimetype.cpp b/src/unix/mimetype.cpp index aa0fc4f3de..3e74741551 100644 --- a/src/unix/mimetype.cpp +++ b/src/unix/mimetype.cpp @@ -798,6 +798,7 @@ void wxKDEIconHandler::Init() dirs.Add(_T("/usr/share")); dirs.Add(_T("/opt/kde/share")); icondirs.Add(_T("/usr/share/icons/")); + icondirs.Add(_T("/usr/X11R6/share/icons/")); // Debian/Corel linux icondirs.Add(_T("/opt/kde/share/icons/")); } -- 2.45.2