Update of /cvsroot/mahogany/M/src/modules
In directory sc8-pr-cvs1:/tmp/cvs-serv26358/src/modules

Modified Files:
        LayoutEditor.cpp 
Added Files:
        BareBonesEditor.cpp 
Log Message:
Minimalistic editor

***** Error reading new file: [Errno 2] No such file or directory: 
'BareBonesEditor.cpp'
Index: LayoutEditor.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/LayoutEditor.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -b -u -2 -r1.13 -r1.14
--- LayoutEditor.cpp    22 Jul 2003 22:01:42 -0000      1.13
+++ LayoutEditor.cpp    22 Aug 2003 13:03:51 -0000      1.14
@@ -71,4 +71,5 @@
    virtual void Create(Composer *composer, wxWindow *parent);
    virtual void UpdateOptions();
+   virtual bool FinishWork();
 
    // operations
@@ -298,4 +299,9 @@
 {
    // nothing to do here so far as it's not called anyway
+}
+
+bool LayoutEditor::FinishWork()
+{
+   return true;
 }
 



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to