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:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2011-11-17 19:37:36 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2011-11-17 19:39:47 +0400
commit2c1a97732be6be1995897a49d843ea067381a80b (patch)
treec4d7da618d5165eef85b30e921633b47d967b265 /main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.Editor/POEditorWidget.cs
parentfeff890b6d7570a6676d54f42623b40c6a4e4090 (diff)
[Gettext] Flush stetic changes
Diffstat (limited to 'main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.Editor/POEditorWidget.cs')
-rw-r--r--main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.Editor/POEditorWidget.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.Editor/POEditorWidget.cs b/main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.Editor/POEditorWidget.cs
index 4ee8c0eb85..947027b174 100644
--- a/main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.Editor/POEditorWidget.cs
+++ b/main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.Editor/POEditorWidget.cs
@@ -46,8 +46,6 @@ using System.Threading;
namespace MonoDevelop.Gettext
{
- [System.ComponentModel.Category("widget")]
- [System.ComponentModel.ToolboxItem(true)]
public partial class POEditorWidget : Gtk.Bin, IUndoHandler
{
TranslationProject project;