]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fileconf.cpp
Fix the URL generated by Doxygen @sampledir macro.
[wxWidgets.git] / src / common / fileconf.cpp
index 33b83d88e74252b1be1613806033271e2d3bb78c..ee79bdba34b33d05673f4a59a06662b314cb0157 100644 (file)
@@ -2111,7 +2111,7 @@ static wxString FilterOutEntryName(const wxString& str)
 #if !wxUSE_UNICODE
             ((unsigned char)c < 127) &&
 #endif // ANSI
-         !wxIsalnum(c) && !wxStrchr(wxT("@_/-!.*%"), c) )
+         !wxIsalnum(c) && !wxStrchr(wxT("@_/-!.*%()"), c) )
     {
       strResult += wxT('\\');
     }