diff --git a/common/page_layout/class_worksheet_layout.cpp b/common/page_layout/class_worksheet_layout.cpp index 21ca823543..6f2cad1662 100644 --- a/common/page_layout/class_worksheet_layout.cpp +++ b/common/page_layout/class_worksheet_layout.cpp @@ -192,8 +192,7 @@ const wxString WORKSHEET_LAYOUT::MakeFullFileName( const wxString& aShortFileNam { wxFileName fn = aShortFileName; wxString fullFileName = aShortFileName; - - if( fn.GetPath().IsEmpty() ) + if( fn.GetPath().IsEmpty() && !fn.GetFullName().IsEmpty() ) { wxString name = wxGetApp().GetLibraryPathList().FindValidPath( fn.GetFullName() ); if( !name.IsEmpty() )