[Glyphs] Use placeholder glyphs for actions

Use placeholder glyphs for move, copy, link; completing
integration of #6.
This commit is contained in:
Victor Woeltjen 2015-06-12 10:27:35 -07:00
parent bff272e326
commit 3a79801579

View File

@ -8,7 +8,7 @@
"key": "move", "key": "move",
"name": "Move", "name": "Move",
"description": "Move object to another location.", "description": "Move object to another location.",
"glyph": "\u00F3", "glyph": "f",
"category": "contextual", "category": "contextual",
"implementation": "actions/MoveAction.js", "implementation": "actions/MoveAction.js",
"depends": ["locationService", "moveService"] "depends": ["locationService", "moveService"]
@ -17,7 +17,7 @@
"key": "copy", "key": "copy",
"name": "Duplicate", "name": "Duplicate",
"description": "Duplicate object to another location.", "description": "Duplicate object to another location.",
"glyph": "\u00F2", "glyph": "+",
"category": "contextual", "category": "contextual",
"implementation": "actions/CopyAction.js", "implementation": "actions/CopyAction.js",
"depends": ["locationService", "copyService"] "depends": ["locationService", "copyService"]
@ -26,7 +26,7 @@
"key": "link", "key": "link",
"name": "Create Link", "name": "Create Link",
"description": "Create Link to object in another location.", "description": "Create Link to object in another location.",
"glyph": "\u00F4", "glyph": "\u00E8",
"category": "contextual", "category": "contextual",
"implementation": "actions/LinkAction.js", "implementation": "actions/LinkAction.js",
"depends": ["locationService", "linkService"] "depends": ["locationService", "linkService"]