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