Hi Folks.
This is the QNX version of the fixes Dom Lachowicz applied recently for
BeOS and Win32 after my DefPageSize patch broke almost every AbiWord
platform (sorry).
Its totally trivial.
Cheers
Daniel
--xx--
--- abi.ref/src/wp/ap/qnx/ap_QNXDialog_Options.cpp Sat Dec 9 07:29:43 2000
+++ abi/src/wp/ap/qnx/ap_QNXDialog_Options.cpp Sun Dec 10 10:22:42 2000
@@ -912,7 +912,7 @@
fp_PageSize::Predefined AP_QNXDialog_Options::_gatherDefaultPageSize(void)
{
// FIXME: replace this with *real* gui code
- return defaultPaperSize;
+ return defaultPageSize;
}
void AP_QNXDialog_Options::_setDefaultPageSize(fp_PageSize::Predefined pre)