]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/wx-console/console_thread.cpp
- wxbRestorePanel : implemented restore before=<Date> parameter.
[bacula/bacula] / bacula / src / wx-console / console_thread.cpp
index 1e2efc0e4ddd52ef67fa207b0742a395874ed00b..146221e57f6852b3855ea0defdb9e5c5f77e391d 100644 (file)
@@ -96,7 +96,6 @@ wxString console_thread::LoadConfig(wxString configfile) {
    init_msg(NULL, msgs);
    init_console_msg(".");
 
-   /* TODO (#4#): Allow the user to choose his config file. */
    if (!parse_config(configfile.c_str(), 0)) {
       configloaded = false;
       wxFile file("./wx-console.conmsg");