X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Ffonts_dialog.h;fp=src%2Fwx%2Ffonts_dialog.h;h=76eae3ec2a4518ca0687bba7489ea2a8ed272882;hb=740c1003590d4af8112939a775f2a0b20b2f5ae7;hp=c7ca789b8e069fcbfd82e9ecd40053d694e5eb3e;hpb=1355b2068548aa14a054d7dac31cb6589ab5430f;p=dcpomatic.git diff --git a/src/wx/fonts_dialog.h b/src/wx/fonts_dialog.h index c7ca789b8..76eae3ec2 100644 --- a/src/wx/fonts_dialog.h +++ b/src/wx/fonts_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 Carl Hetherington + Copyright (C) 2014-2015 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -31,6 +31,8 @@ public: private: void setup (); void set_file_clicked (); + void update_sensitivity (); + void selection_changed (); boost::weak_ptr _content; wxListCtrl* _fonts;