From 3a79801579678f131771c796d153b84e4345d37a Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 12 Jun 2015 10:27:35 -0700 Subject: [PATCH] [Glyphs] Use placeholder glyphs for actions Use placeholder glyphs for move, copy, link; completing integration of #6. --- platform/entanglement/bundle.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/entanglement/bundle.json b/platform/entanglement/bundle.json index f0d6fffaab..7220669988 100644 --- a/platform/entanglement/bundle.json +++ b/platform/entanglement/bundle.json @@ -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"]