| 6279 | } |
| 6280 | |
| 6281 | void CEditor::ShowHelp() |
| 6282 | { |
| 6283 | const char *pLink = Localize("https://wiki.ddnet.org/wiki/Mapping"); |
| 6284 | if(!Client()->ViewLink(pLink)) |
| 6285 | { |
| 6286 | ShowFileDialogError("Failed to open the link '%s' in the default web browser.", pLink); |
| 6287 | } |
| 6288 | } |
| 6289 | |
| 6290 | void CEditor::Render() |
| 6291 | { |