]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/readshg.cpp
make Enter/Return activate the default button (second version of patch 1696563)
[wxWidgets.git] / utils / tex2rtf / src / readshg.cpp
index 3d5cc5ee1229759b0fdca01718f4b3850b1ace9a..86e08e5eefe737ec58dbf89a0445e182343c29ea 100644 (file)
@@ -107,7 +107,7 @@ int   ParseSHG( const wxChar* fileName, HotSpot **hotspots)
 
 // Convert Windows .SHG file to HTML map file
 
-bool SHGToMap(wxChar *filename, wxChar *defaultFile)
+bool SHGToMap(const wxChar *filename, const wxChar *defaultFile)
 {
   // Test the SHG parser
   HotSpot *hotspots = NULL;