Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2008-08-05 14:10:13 +0400
committerLluis Sanchez <lluis@novell.com>2008-08-05 14:10:13 +0400
commitb70b2704430af4878445bf3881b9e4703abc584b (patch)
tree8fd19cc61df2934cd2629d9bd1ffb9f70d49b7a2 /main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.StandardHeader
parentadf98f2f53e1a6df21a12d50548742bb1759abc3 (diff)
* MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs,
MonoDevelop.Ide.Gui.Dialogs/CombineEntryFeatureSelector.cs, MonoDevelop.Ide.StandardHeader/StandardHeaderPanel.cs, MonoDevelop.Ide.mdp, gtk-gui/objects.xml: Updated. * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: Don't crash MD if there is an exception in the go to dialog. * MonoDevelop.Ide.Gui/Document.cs: Request file edit permission when saving a document. svn path=/trunk/monodevelop/; revision=109656
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.StandardHeader')
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.StandardHeader/StandardHeaderPanel.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.StandardHeader/StandardHeaderPanel.cs b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.StandardHeader/StandardHeaderPanel.cs
index f95d8f81c9..d82f9bde30 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.StandardHeader/StandardHeaderPanel.cs
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.StandardHeader/StandardHeaderPanel.cs
@@ -39,6 +39,8 @@ using MonoDevelop.Components;
namespace MonoDevelop.Ide.StandardHeaders
{
+ [System.ComponentModel.Category("MonoDevelop.Ide")]
+ [System.ComponentModel.ToolboxItem(true)]
internal partial class StandardHeaderPanel : Gtk.Bin, IOptionsPanel
{
public StandardHeaderPanel()