]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/wx-console/wxbconfigpanel.h
Add version strings
[bacula/bacula] / bacula / src / wx-console / wxbconfigpanel.h
index baaead91fdb49030d3bd9beadfce3b83d15de639..79908062ec3b1d8bee9c2d14020cfe7df0c8b1a8 100644 (file)
@@ -4,6 +4,7 @@
  *
  *    Nicolas Boichat, April 2004
  *
+ *    Version $Id$
  */
 /*
    Copyright (C) 2004 Kern Sibbald and John Walker
@@ -81,8 +82,8 @@ WX_DECLARE_OBJARRAY(wxbConfigParam, wxbConfig);
 class wxbConfigPanel : public wxPanel {
 public:
    /* Creates a new config panel, config must be allocated with new */
-       wxbConfigPanel(wxWindow* parent, wxbConfig* config, wxString title, wxWindowID ok, wxWindowID cancel, wxWindowID apply = -1);
-       ~wxbConfigPanel();
+        wxbConfigPanel(wxWindow* parent, wxbConfig* config, wxString title, wxWindowID ok, wxWindowID cancel, wxWindowID apply = -1);
+        ~wxbConfigPanel();
    
    void SetRowString(const char* title, wxString value);
    wxString GetRowString(const char* title);