[MonoDevelop] Mini-patch for fixing cosmetic UI messages

Jacob Ilsø Christensen jacobilsoe at gmail.com
Wed Jun 27 14:25:15 EDT 2007


On 6/26/07, "Andrés G. Aragoneses [ knocte ]" <knocte at gmail.com> wrote:
> Lluis Sanchez escribió:
> > El dl 25 de 06 del 2007 a les 16:53 +0200, en/na "Andrés G. Aragoneses
> > [ knocte ]" va escriure:
> >> Thanks for reviewing.
> >>
> >> Lluis Sanchez escribió:
> >>> It looks ok, although the change in ClientCertificatePasswordDialog.cs
> >>> should be done in the gui.stetic file too.
> >> I've reworked the patch to fix that, and I also added:
> >>
> >> - Removal of page# texts from l10n that they don't seem to be shown.
> >> - Replace some gtk# references on the MDP because AFAIK we haven't
> >> switched to 2.10 yet, have we? (This changes were made by MD
> >> automatically when opening its own project.)
> >
> > It looks ok.
>
> Thanks, can you commit it then? No SVN account.

Hi.

I tried out your patch but could not get MD to run after applying it.

This seems to be the issue:

Index: Core/src/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml
===================================================================
--- Core/src/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml  (revision 80893)
+++ Core/src/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml  (working copy)
@@ -540,8 +540,7 @@
                <Command id =
"MonoDevelop.Ide.Commands.ViewCommands.CollapseAllTreeNodes"
                                _label = "Collapse All Nodes" />
                <Command id =
"MonoDevelop.Ide.Commands.ViewCommands.OpenWithList"
-                               type = "array"
-                               _label = "OpenWithList" />
+                               type = "array" />

                <!-- ToolCommands -->

When I launch MD it complains about _label.

Regards,
Jacob


>
> Regards,
>
>         Andrés  [ knocte ]
>
> --
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>


More information about the Monodevelop-list mailing list