http://bugzilla.novell.com/show_bug.cgi?id=571359
http://bugzilla.novell.com/show_bug.cgi?id=571359#c2 --- Comment #2 from Peter Stockli <[email protected]> 2010-01-16 13:21:46 UTC --- The Error seems to lie in NSString: While this works (without garbage): uiAV.Title = "Start"; Those calls include garbage: uiAV.Title = new NSString("Start"); uiAV.Title = NSBundle.MainBundle.LocalizedString("Start","",""); -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
