From b078e348b73c923bf57b7bce5d5d80a450685247 Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Tue, 9 Aug 2016 20:56:27 +0200 Subject: [PATCH] Fix minor typo in wxPGProperty documentation --- interface/wx/propgrid/property.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/propgrid/property.h b/interface/wx/propgrid/property.h index 7d05264f0f..02b365eb98 100644 --- a/interface/wx/propgrid/property.h +++ b/interface/wx/propgrid/property.h @@ -593,7 +593,7 @@ wxPG_PROP_CLASS_SPECIFIC_3 = 0x00400000 files..." is default. - @c wxPG_FILE_SHOW_FULL_PATH: Default @true. When @false, only the file name is shown (i.e. drive and directory are hidden). - - @c wxPG_FILE_SHOW_RELATIVE_PATH: If set, then the filename is shown relative to the + - @c wxPG_FILE_SHOW_RELATIVE_PATH: If set, then the filename is shown relative to the given path string. - @c wxPG_FILE_INITIAL_PATH: Sets the initial path of where to look for files. - @c wxPG_FILE_DIALOG_TITLE: Sets a specific title for the dir dialog.