building wxconsole on Fedora 7 with wxWidgets 2.8 (it works with
     2.6 as well).
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5240 
91ce42f0-d328-0410-95d8-
f526ca767f89
 
  
 /* Query to get list of files from table -- presuably built by an external program */
 const char *uar_jobid_fileindex_from_table = 
-   "SELECT JobId, FileIndex from %s";
+   "SELECT JobId,FileIndex from %s";
 
 #include "unmarked.xpm"
 #include "marked.xpm"
 #include "partmarked.xpm"
+#include <wx/imaglist.h>
 #include <wx/listimpl.cpp>
 
 /* A macro named Yield is defined under MinGW */
 
               Technical notes on version 2.1
 
 General:
+25Jul07
+kes  Apply patch from Felix Schwarz <Felix.Schwarz@web.de> that allows
+     building wxconsole on Fedora 7 with wxWidgets 2.8 (it works with
+     2.6 as well).
 24Jul07 
 kes  Implement PopUp YES/NO dialog for bat.
 23Jul07