]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filesys.cpp
Add missing WXK constants for the control keys
[wxWidgets.git] / src / common / filesys.cpp
index f4533871e248fb0efa1f889f4dc96de48445a9f0..ad395361ce947979b2452755ace8d5de514dc72f 100644 (file)
@@ -262,7 +262,7 @@ wxFSFile* wxLocalFSHandler::OpenFile(wxFileSystem& WXUNUSED(fs), const wxString&
     }
 
     return new wxFSFile(is,
-                        right,
+                        location,
                         wxEmptyString,
                         GetAnchor(location)
 #if wxUSE_DATETIME