Subversion Repositories svn1

Rev

Rev 158 | Rev 174 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 158 Rev 170
Line 20... Line 20...
20
 **************************************************************************/
20
 **************************************************************************/
21
 
21
 
22
#include    <stdio.h>
22
#include    <stdio.h>
23
#include    <time.h>
23
#include    <time.h>
24
#include    <stdarg.h>
24
#include    <stdarg.h>
-
 
25
#include    "mainwindow.h"
25
 
26
 
26
#include    "consts.h"
27
#include    "consts.h"
27
#include    "structs.h"
28
#include    "structs.h"
28
#include    "proto.h"
29
#include    "proto.h"
29
 
30
 
Line 139... Line 140...
139
        */
140
        */
140
        printbanner(title);
141
        printbanner(title);
141
    }
142
    }
142
    else
143
    else
143
    {
144
    {
-
 
145
        MainWindow::showMessage("Printer not available");
144
        beep();                                /* Printer not available */
146
        //beep();                                /* Printer not available */
145
        printf( "Printer not available" );
147
        //printf( "Printer not available" );
146
        //flush_out();
148
        //flush_out();
147
        sleep( 5 );
149
        //sleep( 5 );
148
    }
150
    }
149
    return ( pfile != 0 );
151
    return ( pfile != 0 );
150
}
152
}
151
 
153
 
152
/*========================================================================
154
/*========================================================================