Index: src/include/base/base.h =================================================================== *** src/include/base/base.h (revision 5005) --- src/include/base/base.h (working copy) *************** *** 105,112 **** // Quoting ! wxString qtString(const wxString& value); // add ' and escape if necessary ! wxString qtConnString(const wxString& value); // connection strings always have ' escaped with \ // check if size/pos have reasonable values void CheckOnScreen(wxPoint &pos, wxSize &size, const int w0=100, const int h0=70); --- 105,112 ---- // Quoting ! wxString qtString(const wxString& value); // add ' and escape if necessary ! wxString qtConnString(const wxString& value); // connection strings always have ' escaped with a backslash // check if size/pos have reasonable values void CheckOnScreen(wxPoint &pos, wxSize &size, const int w0=100, const int h0=70);