projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove some cruft
[wxWidgets.git]
/
src
/
common
/
filesys.cpp
diff --git
a/src/common/filesys.cpp
b/src/common/filesys.cpp
index cfdcb943353dead5b9be1de93d97406c1c8bbb4b..814d17d6a6dbd4f5dbec199443c35c51ec60308c 100644
(file)
--- a/
src/common/filesys.cpp
+++ b/
src/common/filesys.cpp
@@
-519,7
+519,7
@@
wxString wxFileSystem::FileNameToURL(const wxFileName& filename)
// unc notation, wxMSW
if ( url.Find(wxT("\\\\")) == 0 )
{
// unc notation, wxMSW
if ( url.Find(wxT("\\\\")) == 0 )
{
- url = url.Mid(2);
+ url =
wxT("//") +
url.Mid(2);
}
else
{
}
else
{