clawPDF
clawPDF copied to clipboard
Issue in clawmon\monitor\mon.cpp
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.