Add some tests and hopefully clarify the DCPFrameRate class.
[dcpomatic.git] / src / wx / wx_util.cc
index b9a462801103957b8fbe1cee1e1c4a08ded73377..bc444e4bc2a6370ed54d100cb51f864f17345229 100644 (file)
@@ -33,7 +33,7 @@ using namespace boost;
  *  @param s Sizer to add to.
  *  @param p Parent window for the wxStaticText.
  *  @param t Text for the wxStaticText.
- *  @param prop Properties to pass when calling Add() on the wxSizer.
+ *  @param prop Proportion to pass when calling Add() on the wxSizer.
  */
 wxStaticText *
 add_label_to_sizer (wxSizer* s, wxWindow* p, string t, int prop)