Browse Source

'FormDesigner.addin'patches to access the Customize dialog (I needed some of the new .NET 2.0 controls; these *Strip* things :o))

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@152 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Mathias Simmack 21 years ago
parent
commit
2265ec1b76
  1. 2
      src/AddIns/DisplayBindings/FormDesigner/Project/FormDesigner.addin

2
src/AddIns/DisplayBindings/FormDesigner/Project/FormDesigner.addin

@ -292,7 +292,7 @@
<MenuItem id = "CustomizeSideBar" <MenuItem id = "CustomizeSideBar"
label = "${res:XML.FormsDesigner.SideBar.CustomizeSidebar}" label = "${res:XML.FormsDesigner.SideBar.CustomizeSidebar}"
icon = "Icons.16x16.Options" icon = "Icons.16x16.Options"
class = "ICSharpCode.SharpDevelop.FormDesigner.CustomizeSideBar"/> class = "ICSharpCode.FormDesigner.CustomizeSideBar"/>
</Path> </Path>
<Path name = "/SharpDevelop/Dialogs/OptionsDialog"> <Path name = "/SharpDevelop/Dialogs/OptionsDialog">

Loading…
Cancel
Save