From 2bdfb08f44e03c4df9928da84907b06eb0c06aa7 Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Thu, 15 Apr 2004 15:59:09 +0000 Subject: [PATCH] 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 --- bacula/src/wx-console/console_thread.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.39.5