]> git.webhop.me Git - msgbox.git/commitdiff
- msgbox.c: remove default console-output
authorsvenhoefer <svenhoefer@svenhoefer.com>
Fri, 11 Jan 2013 12:33:09 +0000 (13:33 +0100)
committersvenhoefer <svenhoefer@svenhoefer.com>
Fri, 11 Jan 2013 12:33:09 +0000 (13:33 +0100)
to use mgsbox in a scriptplugin (type=3) it's necessary to keep it as quiet as possible

msgbox.c

index fb2fb3861f973ef2de49a645a8e739509709547d..23a0cfcfdf44c0342a6ac894863394a89ccd96fe 100644 (file)
--- a/msgbox.c
+++ b/msgbox.c
@@ -568,10 +568,12 @@ FILE *fh;
                TABULATOR=2*FSIZE_MED;
                size=FSIZE_MED;
                
+               /*
                if(!echo)
                {
                        printf("\nmsgbox  Message-Box Version %.2f\n",M_VERSION);
                }
+               */
                if(!buttons)
                {
                        butmsg[0]=strdup("OK");