Kaydet (Commit) 7e83a71e authored tarafından Tomas O'Connor's avatar Tomas O'Connor

IssueZilla 10518 - Add the New menu to the Contents directory of Parcel

recipes
üst 07b4957c
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: ParcelContentsFolderDataLoader.java,v $ * $RCSfile: ParcelContentsFolderDataLoader.java,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: toconnor $ $Date: 2002-11-13 17:44:32 $ * last change: $Author: toconnor $ $Date: 2003-01-16 17:58:24 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -99,6 +99,7 @@ public class ParcelContentsFolderDataLoader extends UniFileLoader { ...@@ -99,6 +99,7 @@ public class ParcelContentsFolderDataLoader extends UniFileLoader {
protected SystemAction[] defaultActions() { protected SystemAction[] defaultActions() {
return new SystemAction[] { return new SystemAction[] {
SystemAction.get(PasteAction.class), SystemAction.get(PasteAction.class),
SystemAction.get(NewTemplateAction.class),
// null, // null,
// SystemAction.get(PropertiesAction.class), // SystemAction.get(PropertiesAction.class),
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment