diff inkscape/firefox/inkscape.js @ 275:40c0c907c6dd

Add button placeholder
author wycc
date Thu, 29 Jan 2009 22:34:24 +0800
parents 96aae15527c8
children 892d86c1a409
line wrap: on
line diff
--- a/inkscape/firefox/inkscape.js	Thu Jan 29 22:30:46 2009 +0800
+++ b/inkscape/firefox/inkscape.js	Thu Jan 29 22:34:24 2009 +0800
@@ -217,6 +217,8 @@
 		ExtendScene(currentScene);
 	} else if (id == 'DeleteScene') {
 		DeleteScene(currentScene);
+	} else {
+		alert(id+' has not been implemented yet');
 	}
 }