diff options
author | anekos | 2009-04-06 19:10:37 +0000 |
---|---|---|
committer | anekos | 2009-04-06 19:10:37 +0000 |
commit | d2cefee6c50647bd5e30c10f3b59c13d68a71eae (patch) | |
tree | 338bed6c5bbae568a6baabce5ee0ee439dbe46e5 | |
parent | e442111221fbca11901036716c2b1bafa8a6bc6f (diff) | |
download | vimperator-plugins-d2cefee6c50647bd5e30c10f3b59c13d68a71eae.tar.bz2 |
メニューキャンセル用のボタン追加
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@32032 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r-- | stella.js | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -39,7 +39,7 @@ let PLUGIN_INFO = <name lang="ja">すてら</name> <description>Show video informations on the status line.</description> <description lang="ja">ステータスラインに動画の再生時間などを表示する。</description> - <version>0.20.4</version> + <version>0.20.5</version> <author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author> <license>new BSD License (Please read the source code comments of this plugin)</license> <license lang="ja">修正BSDライセンス (ソースコードのコメントを参照してください)</license> @@ -1229,7 +1229,8 @@ Thanks: label: 'Relations', id: ID_PREFIX + 'relations-menupopup', sub: [] - } + }, + 'cancel', ]; function buildContextMenu (setting) { |