summaryrefslogtreecommitdiff
path: root/src/wx/content_sub_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-03-27 23:43:43 +0100
committerCarl Hetherington <cth@carlh.net>2018-03-27 23:43:43 +0100
commit3ae67788dcb1567c5d6df65e89cd84bf484e82be (patch)
tree85d98b37e621b32a01785b5be13f763ae0167f22 /src/wx/content_sub_panel.h
parent47c34c6c7c82396b62e101283cb25b8726dbaefd (diff)
Use a label rather than a tooltip to tell users why they can't refer to DCPs.
Tooltips don't seem to work on disabled widgets in Windows (at least).
Diffstat (limited to 'src/wx/content_sub_panel.h')
-rw-r--r--src/wx/content_sub_panel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_sub_panel.h b/src/wx/content_sub_panel.h
index fb22b3a22..9afd50d40 100644
--- a/src/wx/content_sub_panel.h
+++ b/src/wx/content_sub_panel.h
@@ -42,7 +42,7 @@ public:
protected:
- void setup_refer_button (wxCheckBox* button, boost::shared_ptr<DCPContent> dcp, bool can_reference, std::string why_not) const;
+ void setup_refer_button (wxCheckBox* button, wxStaticText* note, boost::shared_ptr<DCPContent> dcp, bool can_reference, std::string why_not) const;
ContentPanel* _parent;
wxSizer* _sizer;