// Purpose: GTK+ bits for wxFileHistory class
// Author: Vaclav Slavik
// Created: 2010-05-06
-// RCS-ID: $Id$
// Copyright: (c) 2010 Vaclav Slavik
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifdef __WXGTK210__
const wxString fullPath = wxFileName(file).GetFullPath();
+#ifndef __WXGTK3__
if ( !gtk_check_version(2,10,0) )
+#endif
{
wxGtkString uri(g_filename_to_uri(wxGTK_CONV_FN(fullPath), NULL, NULL));