Skip to content

Commit

Permalink
Add a menu separator in the plugins menu
Browse files Browse the repository at this point in the history
  • Loading branch information
danlucraft committed Feb 17, 2010
1 parent 2af937a commit d4e38a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/redcar/redcar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,8 @@ def self.menus
sub_menu "Plugins" do
item "Plugin Manager", PluginManagerUi::OpenCommand
item "Reload Again", PluginManagerUi::ReloadLastReloadedCommand
item( "Edit Preferences" ) { Project.open_dir(Redcar::Plugin::Storage.storage_dir, Redcar.app.new_window) }
item("Edit Preferences") { Project.open_dir(Redcar::Plugin::Storage.storage_dir, Redcar.app.new_window) }
separator
end
sub_menu "Help" do
item "About", AboutCommand
Expand Down
Binary file added vendor/xulrunner-1.9.1.9pre.en-US.mac-pkg.dmg
Binary file not shown.

0 comments on commit d4e38a5

Please sign in to comment.