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:
parent
1d4c3e61e6
commit
7b4821f61e
@ -128,7 +128,7 @@ wxString TwxPrintOut::PrinterName() const
|
|||||||
{
|
{
|
||||||
char strName[MAX_PATH] = "";
|
char strName[MAX_PATH] = "";
|
||||||
xvt_print_get_name(m_prcd, strName, sizeof(strName));
|
xvt_print_get_name(m_prcd, strName, sizeof(strName));
|
||||||
return strName;
|
return wxString(strName);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool TwxPrintOut::HasPage(int pageNum)
|
bool TwxPrintOut::HasPage(int pageNum)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user