A couple if minor improvements.

This commit is contained in:
Paulo Gustavo Veiga
2011-04-18 23:59:13 -03:00
parent bb6c9702e2
commit e8cfa5163d
4 changed files with 9 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
mindplot.EditorOptions =
{
// LayoutManager:"OriginalLayout"
LayoutManager:"FreeMindLayout",
LayoutManager:"OriginalLayout",
// LayoutManager:"FreeMindLayout",
textEditor:"TextEditor"
// textEditor:"RichTextEditor"
};
};