fix(context-pad): use correct icon

This commit is contained in:
Nico Rehwaldt 2015-05-12 15:25:35 +02:00
parent bd2a4dd16b
commit 53a701da93
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ ContextPadProvider.prototype.getContextPadEntries = function(element) {
'connect': { 'connect': {
group: 'connect', group: 'connect',
className: 'icon-connection', className: 'icon-connection-multi',
title: 'Connect using Sequence/MessageFlow', title: 'Connect using Sequence/MessageFlow',
action: { action: {
click: startConnect, click: startConnect,