Use a label rather than a tooltip to tell users why they can't refer to DCPs.
[dcpomatic.git] / src / wx / content_sub_panel.h
index fb22b3a22970c243c506ca8a29959f3f5835db2e..9afd50d4027dd53111de1028dbcde4deded5b8e0 100644 (file)
@@ -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;