Patch level : 2.0 588

Files correlati     : xvaga.dll
Ricompilazione Demo : [ ]
Commento            :

Aggiunto supporto per help zippati


git-svn-id: svn://10.65.10.50/trunk@11462 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2003-10-03 09:40:42 +00:00
parent 7f83e9ba89
commit 3f78121948

View File

@ -102,7 +102,8 @@ bool aga_unzip(const char* zipfile, const char* destdir)
wxZipInputStream fin(zipfile, strFileName);
wxString strOutFile = destdir;
strOutFile += '/';
if (!wxEndsWithPathSeparator(strOutFile))
strOutFile += wxFILE_SEP_PATH;
strOutFile += strFileName;
wxString strPath;