[Mono-bugs] [Bug 571359] MonoTouch 1.4.4 adds garbage to Strings

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Jan 16 08:21:48 EST 2010


http://bugzilla.novell.com/show_bug.cgi?id=571359

http://bugzilla.novell.com/show_bug.cgi?id=571359#c2


--- Comment #2 from Peter Stockli <peter.stoeckli at fsemobile.ch> 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.


More information about the mono-bugs mailing list