From: Nicolas Boichat Date: Thu, 15 Apr 2004 15:59:09 +0000 (+0000) Subject: Uses wx-console.conf instead of console.conf X-Git-Tag: Release-1.34.1~48 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2bdfb08f44e03c4df9928da84907b06eb0c06aa7;p=bacula%2Fbacula Uses wx-console.conf instead of console.conf git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1205 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/wx-console/console_thread.cpp b/bacula/src/wx-console/console_thread.cpp index a4ba832923..340ca0958d 100644 --- a/bacula/src/wx-console/console_thread.cpp +++ b/bacula/src/wx-console/console_thread.cpp @@ -59,12 +59,12 @@ void* console_thread::Entry() { csprint("Connecting...\n"); init_stack_dump(); - my_name_is(0, NULL, "console"); + my_name_is(0, NULL, "wx-console"); textdomain("bacula-console"); init_msg(NULL, NULL); /* TODO (#4#): Allow the user to choose his config file. */ - parse_config("./console.conf"); + parse_config("./wx-console.conf"); LockRes(); DIRRES *dir = (DIRRES *)GetNextRes(R_DIRECTOR, NULL);