From b55ff7c3b5ca6087b9a1f87c54b33f2050dd42e9 Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Sun, 26 May 2019 15:37:40 +0200 Subject: [PATCH] Fix typo in documentation To generate the link to wxPG_FILE_DIALOG_TITLE. --- interface/wx/propgrid/props.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/propgrid/props.h b/interface/wx/propgrid/props.h index 79c239d2e9..b36c29a8ad 100644 --- a/interface/wx/propgrid/props.h +++ b/interface/wx/propgrid/props.h @@ -517,7 +517,7 @@ public: - ::wxPG_FILE_SHOW_RELATIVE_PATH: If set, then the filename is shown relative to the given path string. - ::wxPG_FILE_INITIAL_PATH: Sets the initial path of where to look for files. - - ::wxPG_FILE_DIALOG_TITL: Sets a specific title for the dir dialog. + - ::wxPG_FILE_DIALOG_TITLE: Sets a specific title for the dir dialog. - ::wxPG_FILE_DIALOG_STYLE: Sets a specific wxFileDialog style for the file dialog (since 2.9.4). */