X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/99cd20beb9d35d043192392b68b7e1580889427a..9b9337da0c597d9ba18f731a4e641bda25437224:/contrib/utils/wxrc/wxrc.cpp diff --git a/contrib/utils/wxrc/wxrc.cpp b/contrib/utils/wxrc/wxrc.cpp index 34a25c872e..38b5ac59fc 100644 --- a/contrib/utils/wxrc/wxrc.cpp +++ b/contrib/utils/wxrc/wxrc.cpp @@ -262,7 +262,7 @@ void XmlResApp::FindFilesInXML(wxXmlNode *node, wxArrayString& flist, const wxSt // ...and known to contain filename { wxString fullname; - if (wxIsAbsolutePath(n->GetContent())) fullname = n->GetContent(); + if (wxIsAbsolutePath(n->GetContent()) || inputPath == "") fullname = n->GetContent(); else fullname = inputPath + "/" + n->GetContent(); if (flagVerbose)