tweaks to add manifest file, cleaning up sketch code

This commit is contained in:
benfry
2005-05-01 19:34:57 +00:00
parent 994f76551a
commit 1cca0904e7
4 changed files with 114 additions and 240 deletions
+1 -1
View File
@@ -512,7 +512,7 @@ public class Sketchbook {
ActionListener listener = new ActionListener() {
public void actionPerformed(ActionEvent e) {
editor.sketch.addLibrary(e.getActionCommand());
editor.sketch.importLibrary(e.getActionCommand());
}
};