Subversion Repositories svn1

Rev

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

Rev 94 Rev 112
Line 147... Line 147...
147
    /*
147
    /*
148
    **  Process the configuration file
148
    **  Process the configuration file
149
    */
149
    */
150
    if( !configure( file_name, do_config ) )
150
    if( !configure( file_name, do_config ) )
151
    {
151
    {
152
        printf( "Program aborted.\n" );
152
        printf( "Program aborted. Config error\n" );
-
 
153
        exit (1);
-
 
154
    }
-
 
155
 
-
 
156
    if( ! init_team_data() )
-
 
157
    {
-
 
158
        printf( "Program aborted. Team Data error\n" );
153
        exit (1);
159
        exit (1);
154
    }
160
    }
155
 
161
 
156
 
162
 
157
    QApplication a(argc, argv);
163
    QApplication a(argc, argv);