From 451b97170b4c854565c08f2ebadfdb66a17a6e66 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 11 Jan 2021 02:51:05 +0100 Subject: [PATCH] Small tweak to wxCredentialEntryDialog docs consistency Don't use the article for just one parameter. --- interface/wx/creddlg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/creddlg.h b/interface/wx/creddlg.h index e80d274ba5..f0c653d0ad 100644 --- a/interface/wx/creddlg.h +++ b/interface/wx/creddlg.h @@ -80,7 +80,7 @@ public: @param message Message to show on the dialog. @param title - The title of the dialog. + Title of the dialog. @param cred The default username and password to use (optional). */