Patch level : 10.0 225

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :

Rportata la versione 3.2 patch 1314


git-svn-id: svn://10.65.10.50/trunk@18266 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2009-02-13 14:39:47 +00:00
parent 1d4c3e61e6
commit 7b4821f61e

View File

@ -128,7 +128,7 @@ wxString TwxPrintOut::PrinterName() const
{
char strName[MAX_PATH] = "";
xvt_print_get_name(m_prcd, strName, sizeof(strName));
return strName;
return wxString(strName);
}
bool TwxPrintOut::HasPage(int pageNum)