Mono.Addins.Gui.InstallMonitor.SetMessage C# (CSharp) Method

SetMessage() public method

public SetMessage ( string msg ) : void
msg string
return void
        public void SetMessage(string msg)
        {
            if (progressLabel != null)
                progressLabel.Markup = "<b>" + GLib.Markup.EscapeText (mainOperation) + "</b>\n" + GLib.Markup.EscapeText (msg);
        }