diff options
author | anekos | 2009-03-02 15:04:55 +0000 |
---|---|---|
committer | anekos | 2009-03-02 15:04:55 +0000 |
commit | 6a1d6440d5b5641bca23e7566739b363dbaa3d51 (patch) | |
tree | 98ddfa351e0c7ca49650f41daad6880cc1a760e0 | |
parent | b3a63d12f945ea36bc72370b55b1ae6858f7e395 (diff) | |
download | vimperator-plugins-6a1d6440d5b5641bca23e7566739b363dbaa3d51.tar.bz2 |
名称をひっそり変更
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@30711 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r-- | command_menu.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/command_menu.js b/command_menu.js index ffded3a..8efcdbd 100644 --- a/command_menu.js +++ b/command_menu.js @@ -35,10 +35,10 @@ THE POSSIBILITY OF SUCH DAMAGE. // PLUGIN_INFO {{{ let PLUGIN_INFO = <VimperatorPlugin> - <name>Command-MainMenu</name> + <name>Command Menu</name> <description>Execute main-menu and tool-bar by ex-command.</description> <description lang="ja">メインメニューとツールバーをコマンドで実行できる</description> - <version>1.5.1</version> + <version>1.5.2</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> |