diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-04-03 23:02:41 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-22 13:03:04 +0200 |
| commit | 903c33051d45700a8e389b970c857c5339f9f395 (patch) | |
| tree | 9429e0da86d577f660763c5b60e25540daa49dda /src/wx/full_config_dialog.cc | |
| parent | 43ac9191b0feb8f5311c3501a5e0a0f80ad1b4b9 (diff) | |
Rename Choice::add to Choice::add_entry.
Diffstat (limited to 'src/wx/full_config_dialog.cc')
| -rw-r--r-- | src/wx/full_config_dialog.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/full_config_dialog.cc b/src/wx/full_config_dialog.cc index c3c194fbc..2947d98eb 100644 --- a/src/wx/full_config_dialog.cc +++ b/src/wx/full_config_dialog.cc @@ -147,8 +147,8 @@ private: add_update_controls (table, r); - _default_add_file_location->add(_("Same place as last time")); - _default_add_file_location->add(_("Same place as project")); + _default_add_file_location->add_entry(_("Same place as last time")); + _default_add_file_location->add_entry(_("Same place as project")); _default_add_file_location->bind(&FullGeneralPage::default_add_file_location_changed, this); _config_file->Bind (wxEVT_FILEPICKER_CHANGED, boost::bind(&FullGeneralPage::config_file_changed, this)); |
