Browse CVS Repository
Diff of /malonnote/mnNotePanel.cpp
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 138 |
exp2.Replace(&htmlText, wxT("<a href=\\1>\\1</a>")); |
exp2.Replace(&htmlText, wxT("<a href=\\1>\\1</a>")); |
| 139 |
|
|
| 140 |
/* [[ ]] */ |
/* [[ ]] */ |
| 141 |
wxRegEx exp1(wxT("\\[\\[([^\\}]+)\\]\\]")); |
wxRegEx exp1(wxT("\\[\\[([^]]+)\\]\\]")); |
| 142 |
exp1.Replace(&htmlText, wxT("<a href=\"" MNLINK "\\1\">\\1</a>")); |
exp1.Replace(&htmlText, wxT("<a href=\"" MNLINK "\\1\">\\1</a>")); |
| 143 |
|
|
| 144 |
/* file:// */ |
/* file:// */ |
|
|
Legend:
| Removed from v.1.12 |
|
| changed lines |
| |
Added in v.1.13 |
|
|
|