diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-16 11:46:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-16 11:46:58 +0100 |
| commit | d6b3f383a94a8022427824568cbb383caa7c8773 (patch) | |
| tree | 550487a1681751a6ea6fcf3b5effbebbc62bedd5 /src/wx/fonts_dialog.h | |
| parent | 00dc07c35ba63cccff1a5b7578784351a8a753b8 (diff) | |
Rename update_sensitivity to setup_sensitivity for consistency.
Diffstat (limited to 'src/wx/fonts_dialog.h')
| -rw-r--r-- | src/wx/fonts_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/fonts_dialog.h b/src/wx/fonts_dialog.h index c29a982c9..26c2a5eaa 100644 --- a/src/wx/fonts_dialog.h +++ b/src/wx/fonts_dialog.h @@ -34,7 +34,7 @@ private: void setup (); void set_from_file_clicked (); void set_from_system_clicked (); - void update_sensitivity (); + void setup_sensitivity (); void selection_changed (); void set_selected_font_file (boost::filesystem::path file); |
