Fix diectory.js script's icon URL

This commit is contained in:
David Rowe 2017-12-07 12:26:29 +13:00
parent efd72be96f
commit d61f0584c3

View file

@ -63,7 +63,7 @@ var toolBar = (function() {
y: -TOOLBAR_MARGIN_Y - toolHeight
});
browseDirectoryButton = toolBar.addTool({
imageURL: toolIconUrl + "directory-01.svg",
imageURL: toolIconUrl + "directory.svg",
subImage: {
x: 0,
y: Tool.IMAGE_WIDTH,