Remove hard TABs from documentation files

No real changes.
This commit is contained in:
Vadim Zeitlin
2018-12-15 23:34:01 +01:00
parent e0e4f16282
commit cdd0430b37
3 changed files with 5 additions and 5 deletions

View File

@@ -61,9 +61,9 @@
list is selected or the selection changes.
@event{EVT_LISTBOX_DCLICK(id, func)}
Process a @c wxEVT_LISTBOX_DCLICK event, when the listbox
is double-clicked. On some platforms (notably wxGTK2)
pressing the enter key is handled as an equivalent of a
double-click.
is double-clicked. On some platforms (notably wxGTK2)
pressing the enter key is handled as an equivalent of a
double-click.
@endEventTable
@library{wxcore}