> From: gtk-sharp-list-boun...@lists.ximian.com [mailto:gtk-sharp-list-
> boun...@lists.ximian.com] On Behalf Of Jesus Eguiluz
> 
> This is because the MessageDialog widget uses pango markup by default
> (https://developer.gnome.org/pango/stable/PangoMarkupFormat.html) so
> in
> your example the "&" is used for special characters and try to parse it.
> 
> So if you not wan't use pango markup create the messagedialog with this
> contructor.
> 
> var md = new MessageDialog(null, DialogFlags.Modal, MessageType.Info,
> ButtonsType.Ok, false, msg);

Not a bug! I confirmed that took care of it. Thank you.
_______________________________________________
Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to