]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/wx-console/main.cpp
- wxbRestorePanel : Fixed problem when the newly created job is not at the end of...
[bacula/bacula] / bacula / src / wx-console / main.cpp
index 56aac33f6d49023e0755a223b34b1e6ce2338b90..d5ab438dfbcb43b47f0d267e466ac4474f9cc507 100644 (file)
@@ -75,9 +75,9 @@ bool MyApp::OnInit()
 
    frame->Show(TRUE);
 
-   frame->StartConsoleThread();
+   frame->Print(wxString("Welcome to bacula wx-console ") << VERSION << " (" << BDATE << ")!\n", CS_DEBUG);
 
-   csprint("Bacula wx-console started !\n");
+   frame->StartConsoleThread("");
    
    return TRUE;
 }