[MonoDevelop] small bug in svn

Mike Morano mmorano at mikeandwan.us
Sun Dec 2 09:32:12 EST 2007


Hello,

I tried upgrading my monodevelop today, and ran into a small typo in a
file that prevented monodevelop from building.  Here is a diff to
correct this:

Index: Extras/MonoDevelop.Gettext/MonoDevelop.Gettext/Catalog.cs
===================================================================
--- Extras/MonoDevelop.Gettext/MonoDevelop.Gettext/Catalog.cs
(revision 90520)
+++ Extras/MonoDevelop.Gettext/MonoDevelop.Gettext/Catalog.cs   (working
copy)
@@ -391,7 +391,7 @@
                        if (!entriesDict.TryGetValue (original, out
result)) {
                                result = new CatalogEntry (this,
original, plural);
                                if (!String.IsNullOrEmpty (plural))
-                                       result.SetTranslations (new
string[]�{"", ""});
+                                       result.SetTranslations (new
string[]{"", ""});
                                AddItem (result);
                        }
                        return result;


Thanks,
Mike


More information about the Monodevelop-list mailing list