Browse Source

Fixed description and function of "build" toolbar buttons to match the menu items with the same icons (forum-10853).

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5587 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
pull/1/head
Daniel Grunwald 16 years ago
parent
commit
396f189f06
  1. 4
      AddIns/ICSharpCode.SharpDevelop.addin

4
AddIns/ICSharpCode.SharpDevelop.addin

@ -849,13 +849,13 @@ @@ -849,13 +849,13 @@
<ToolbarItem id = "Compile"
icon = "Icons.16x16.BuildCombine"
tooltip = "${res:XML.MainMenu.RunMenu.Compile.Description}"
tooltip = "${res:XML.MainMenu.RunMenu.BuildSolution.Description}"
class = "ICSharpCode.SharpDevelop.Project.Commands.Build"/>
<ToolbarItem id = "BuildProject"
icon = "Icons.16x16.BuildCurrentSelectedProject"
tooltip = "${res:XML.MainMenu.RunMenu.BuildProject.Description}"
class = "ICSharpCode.SharpDevelop.Project.Commands.Rebuild"/>
class = "ICSharpCode.SharpDevelop.Project.Commands.BuildProject"/>
<ToolbarItem id = "DebuggerSeparator" type = "Separator" />

Loading…
Cancel
Save