[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-commits] Commit Complete
Commit by : phil
Repository : xara
Revision : 1117
Date : Thu May 18 16:41:24 BST 2006
Changed paths:
M /Trunk/XaraLX/Kernel/main2.cpp
This change is needed to preserve open and save pathnames across sessions. Missed from earlier checkin.
Diff:
Index: Trunk/XaraLX/Kernel/main2.cpp
===================================================================
--- Trunk/XaraLX/Kernel/main2.cpp (revision 1116)
+++ Trunk/XaraLX/Kernel/main2.cpp (revision 1117)
@@ -122,7 +122,7 @@
#include "dbugtree.h"
#include "printing.h"
#include "oilfltrs.h"
-//#include "filedlgs.h"
+#include "filedlgs.h"
#include "nativeop.h"
#include "filelist.h"
#include "exceptio.h"
@@ -386,9 +386,9 @@
HelpDownloadOp::Init() && // Register help and support download operations
#ifndef STANDALONE
#endif // STANDALONE
- BaseFileDialog::Init() && // Declare the open and save default paths
OpDroppedFile::Init() && // Register drag'n'drop import operations
#endif //EXCLUDE_FROM_XARALX
+ BaseFileDialog::Init() && // Declare the open and save default paths
DummyOp::Init() && // Register dummy ops for unimplemented menu items
OpMenuLoad::Init() && // Register Load operation
#ifndef STANDALONE
Xara