Browse CVS Repository
Diff of /malonnote/mnNotePanelController.cpp
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 220 |
|
|
| 221 |
wxString mnNotePanelController::delPercent(const wxString& str) |
wxString mnNotePanelController::delPercent(const wxString& str) |
| 222 |
{ |
{ |
| 223 |
|
#ifdef __WXMAC__ |
| 224 |
wxURI uri; |
wxURI uri; |
|
|
|
| 225 |
return uri.Unescape(str); |
return uri.Unescape(str); |
| 226 |
|
#else |
| 227 |
|
return str; |
| 228 |
|
#endif |
| 229 |
} |
} |
| 230 |
|
|
| 231 |
|
|
|
|
Legend:
| Removed from v.1.5 |
|
| changed lines |
| |
Added in v.1.6 |
|
|
|