From 1628038bdbb52f8d234c5d970eb4cc3259b7dd47 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Wed, 13 Jun 2012 14:48:29 -0700 Subject: [PATCH] Using wikiLink instead of internal to match actual documents Change-Id: I24b9c0a5f27ed8f4a7861090ab4049c4614cea78 --- modules/ve2/ui/tools/ve.ui.AnnotationButtonTool.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ve2/ui/tools/ve.ui.AnnotationButtonTool.js b/modules/ve2/ui/tools/ve.ui.AnnotationButtonTool.js index 7448bc4f72..b39069a47f 100644 --- a/modules/ve2/ui/tools/ve.ui.AnnotationButtonTool.js +++ b/modules/ve2/ui/tools/ve.ui.AnnotationButtonTool.js @@ -83,7 +83,7 @@ ve.ui.Tool.tools.link = { 'name': 'link', 'title': 'Link (ctrl/cmd + K)', 'data': { - 'annotation': { 'type': 'link/internal', 'data': { 'title': '' } }, + 'annotation': { 'type': 'link/wikiLink', 'data': { 'title': '' } }, 'inspector': 'link' } };