Subversion Repositories Kolibri OS

Rev

Rev 8518 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8518 Rev 8583
Line 45... Line 45...
45
char state;
45
char state;
Line 46... Line 46...
46
 
46
 
47
 
47
 
48
int main(int argc, char** argv)
-
 
49
{
-
 
50
    load_console();
-
 
Line 51... Line 48...
51
 
48
int main(int argc, char** argv)
52
    con_set_title("Backy");
49
{
53
 
50
 
54
// ============================================================ //
51
// ============================================================ //
Line 149... Line 146...
149
            //printf("Path input is copyed into the path output!\n");
146
            //printf("Path input is copyed into the path output!\n");
150
        }
147
        }
151
    }
148
    }
152
    else
149
    else
153
    {
150
    {
-
 
151
   	    load_console();
-
 
152
 
154
        con_set_title("Useful info!");
153
        con_set_title("Useful info!");
Line 155... Line 154...
155
 
154
 
Line 156... Line 155...
156
        #if defined (lang_en)
155
        #if defined (lang_en)
Line 373... Line 372...
373
 
372
 
Line 374... Line 373...
374
    data = openFile(&length, path_in);
373
    data = openFile(&length, path_in);
375
 
374
 
-
 
375
    if(data == 0)
-
 
376
    {
-
 
377
   	    load_console();
376
    if(data == 0)
378
        con_set_title("Backy");
Line 377... Line 379...
377
    {
379
 
Line 378... Line 380...
378
        #if defined (lang_en)
380
        #if defined (lang_en)