clawPDF icon indicating copy to clipboard operation
clawPDF copied to clipboard

Issue in clawmon\monitor\mon.cpp

Open twooclock opened this issue 5 years ago • 0 comments

Line 1290: WriteToIniFile(_T("0"), _T("PinterName"), m_szPrinterName, infpath); shoud be WriteToIniFile(_T("0"), _T("PrinterName"), m_szPrinterName, infpath);

This prevents usage of different profiles since profiles are determined via PrinterName. LastUsedProfile is always used.

twooclock avatar Apr 16 '20 15:04 twooclock