]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilo
authorRobert Roebling <robert@roebling.de>
Thu, 8 Jun 2006 10:17:00 +0000 (10:17 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 8 Jun 2006 10:17:00 +0000 (10:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/gnome/gvfs.cpp

index aa25c84098d24a73cb630bc833873ce98309cb88..84b3af17d281b601fe380cec75297701c4308654 100644 (file)
@@ -162,7 +162,7 @@ bool wxGnomeVFSModule::OnInit()
     if (gs_lgvfs->IsOk())
     {
         if (gs_lgvfs->gnome_vfs_init())
-            wxMimeTypesManagerFactory::SetFactory( new wxGnomeVFSMimeTypesManagerFactory );
+            wxMimeTypesManagerFactory::Set( new wxGnomeVFSMimeTypesManagerFactory );
     }
     return true;
 }