> From: [email protected] [mailto:gtk-sharp-list-
> [email protected]] 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  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to