mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 13:12:39 +02:00
Fix diectory.js script's icon URL
This commit is contained in:
parent
efd72be96f
commit
d61f0584c3
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue