From 08599d894fd91ff32b3d0a9b0f2e8d4dd4d6a57f Mon Sep 17 00:00:00 2001 From: PB Date: Fri, 25 Sep 2020 21:29:20 +0200 Subject: [PATCH] Fix displaying Flush() in wxClipboard docs note Just remove the '@' which was probably there by accident but made the function name disappear. --- interface/wx/clipbrd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/clipbrd.h b/interface/wx/clipbrd.h index c8fb6fc277..ab9ed206cb 100644 --- a/interface/wx/clipbrd.h +++ b/interface/wx/clipbrd.h @@ -57,7 +57,7 @@ the end-user's machine. In order for the clipboard data to persist after the window closes, a clipboard manager must be installed. Some clipboard managers will automatically flush the clipboard after each new piece of - data is added, while others will not. The @Flush() function will force + data is added, while others will not. The Flush() function will force the clipboard manager to flush the data. @library{wxcore}