X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fqt-console%2Fmain.cpp;h=f212c03b19adba81c3a6704458e6cbfa8447fa35;hb=b1ae7490422f4555c21f309f3f365725731cbfd0;hp=6e5064b75d82877ac624ed283e43fe5502b14e05;hpb=1574cd21eaed4837acc16a134c4dbb99d7b56202;p=bacula%2Fbacula diff --git a/bacula/src/qt-console/main.cpp b/bacula/src/qt-console/main.cpp index 6e5064b75d..f212c03b19 100644 --- a/bacula/src/qt-console/main.cpp +++ b/bacula/src/qt-console/main.cpp @@ -1,7 +1,7 @@ /* Bacula® - The Network Backup Solution - Copyright (C) 2007-2009 Free Software Foundation Europe e.V. + Copyright (C) 2007-2010 Free Software Foundation Europe e.V. The main author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. @@ -26,8 +26,6 @@ Switzerland, email:ftf@fsfeurope.org. */ /* - * Version $Id$ - * * Main program for bat (qt-console) * * Kern Sibbald, January MMVII @@ -48,6 +46,8 @@ static void usage(); static int check_resources(); extern bool parse_bat_config(CONFIG *config, const char *configfile, int exit_code); +extern void message_callback(int /* type */, char *msg); + #define CONFIG_FILE "bat.conf" /* default configuration file */ @@ -74,7 +74,7 @@ int main(int argc, char *argv[]) batTranslator.load(QString("bat_") + QLocale::system().name()); app->installTranslator(&batTranslator); - + register_message_callback(message_callback); #ifdef xENABLE_NLS setlocale(LC_ALL, "");