From a49686b4c29e431ed24b14fae4d97140d447a149 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Mon, 23 Jun 2003 21:06:18 +0000 Subject: [PATCH] Compilation fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/mimetype.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unix/mimetype.cpp b/src/unix/mimetype.cpp index 0d1b83011c..c54a12b68a 100644 --- a/src/unix/mimetype.cpp +++ b/src/unix/mimetype.cpp @@ -1187,7 +1187,7 @@ bool wxFileTypeImpl::GetIcon(wxIconLocation *iconLoc) const if ( iconLoc ) { - iconLoc->SetIconFile(sTmp); + iconLoc->SetFileName(sTmp); } return TRUE; -- 2.45.2