]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fix.
authorMattia Barbon <mbarbon@cpan.org>
Mon, 23 Jun 2003 21:06:18 +0000 (21:06 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Mon, 23 Jun 2003 21:06:18 +0000 (21:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/mimetype.cpp

index 0d1b83011c5ee50e65b9f78894fb318bac4c7918..c54a12b68ae50d64523ff281343b9613f32455b8 100644 (file)
@@ -1187,7 +1187,7 @@ bool wxFileTypeImpl::GetIcon(wxIconLocation *iconLoc) const
 
     if ( iconLoc )
     {
-        iconLoc->SetIconFile(sTmp);
+        iconLoc->SetFileName(sTmp);
     }
 
     return TRUE;