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
This commit is contained in:
Karsten Ballüder
2000-01-31 17:31:51 +00:00
parent f855d4cbf5
commit 13e3b45a89

View File

@@ -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/"));
}