[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-commits] Commit Complete
Commit by : alex
Repository : xara
Revision : 1145
Date : Sat May 20 19:50:54 BST 2006
Changed paths:
M /Trunk/XaraLX/Kernel/main2.cpp
Fix missing initialisation of OpConvertPathToShape
Diff:
Index: Trunk/XaraLX/Kernel/main2.cpp
===================================================================
--- Trunk/XaraLX/Kernel/main2.cpp (revision 1144)
+++ Trunk/XaraLX/Kernel/main2.cpp (revision 1145)
@@ -470,8 +470,8 @@
BmpDlg::Init() && // Register Bitmap Properties Dialog
GIFAnimationPropertyTabsDlg::Init() && // Register the GIF animation tabs dialog
AnimExOptns::Init() && // Register the Animation Export Options tabs dialog
+ OpConvertPathToShapes::Declare() && // convert path to shapes operation
#ifndef EXCLUDE_FROM_XARALX
- OpConvertPathToShapes::Declare() && // convert path to shapes operation
OpChangeBrushDefinition::Declare() &&
// WEBSTER-ranbirr-13/11/96
#ifndef WEBSTER
Xara