Skip to content

Commit

Permalink
Merge pull request #10 from Dr-Yukon/master
Browse files Browse the repository at this point in the history
Adding pic for toolbar
  • Loading branch information
haobug committed Jul 10, 2019
2 parents 3d31bfc + f18368a commit 01e4ada
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions action.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ function insert_button(&$event, $param) {
$event->data[] = array(
'type' => 'picker',
'title' => $this->getLang('qb_interwiki'),
/* image cwd is /lib/images/toolbar */
'icon' => '../interwiki.png',
'icon' => '/lib/plugins/interwiki/ico.gif',
'list' => $this->getInterwikiButtons(),
);

Expand Down
Binary file added ico.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion plugin.info.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
base interwiki
author haobug
email qingxianhao@gmail.com
date 2013-06-26
date 2019-03-19
name interwiki plugin
desc Interwiki links insert helper button on toolbar.
url https://www.dokuwiki.org/plugin:interwiki

0 comments on commit 01e4ada

Please sign in to comment.