[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-commits] Commit Complete
Commit by : luke
Repository : xara
Revision : 1512
Date : Mon Jul 24 17:40:37 BST 2006
Changed paths:
M /Trunk/XaraLX/Kernel/bmapprev.cpp
Fix error introduce when converting from switch statement to series of if's
Diff:
Index: Trunk/XaraLX/Kernel/bmapprev.cpp
===================================================================
--- Trunk/XaraLX/Kernel/bmapprev.cpp (revision 1511)
+++ Trunk/XaraLX/Kernel/bmapprev.cpp (revision 1512)
@@ -3914,8 +3914,10 @@
UINT32 idFilterName = m_pExportOptions->GetFilterNameStrID();
if( idFilterName == _R(IDS_JPG_EXP_FILTERNAME) )
+ {
if (tick == _R(IDC_OPTIONSTAB_CHECK1))
((JPEGExportOptions*) m_pExportOptions)->SetMakeProgressive(NewState);
+ }
else
if( idFilterName == _R(IDT_FILTERNAME_BMP) )
{
Xara