summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/toolbar.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/inc/toolbar.php b/inc/toolbar.php
index 1f34f3403..f0c091647 100644
--- a/inc/toolbar.php
+++ b/inc/toolbar.php
@@ -145,7 +145,7 @@ function toolbar_JSdefines($varname){
),
array(
- 'type' => 'format',
+ 'type' => 'linkwiz',
'title' => $lang['qb_link'],
'icon' => 'link.png',
'key' => 'l',
@@ -154,6 +154,14 @@ function toolbar_JSdefines($varname){
),
array(
'type' => 'format',
+ 'title' => $lang['qb_link'],
+ 'icon' => 'link.png',
+ 'key' => '',
+ 'open' => '[[',
+ 'close' => ']]',
+ ),
+ array(
+ 'type' => 'format',
'title' => $lang['qb_extlink'],
'icon' => 'linkextern.png',
'open' => '[[',