Improve ratings dialog to allow only valid values (#2199).
[dcpomatic.git] / src / wx / wx_util.cc
index 988adeecc2f64fa0a58f84e4f2a49726d77f8c70..fad3779bd07ed5339ff96b7915a897ba3ae12307 100644 (file)
@@ -86,7 +86,7 @@ setup_osx_flags (wxSizer* s, bool left, int& flags)
 #endif
 
 
-/** Add a wxStaticText to a wxSizer, aligning it at vertical centre.
+/** Add a wxStaticText to a wxSizer.
  *  @param s Sizer to add to.
  *  @param p Parent window for the wxStaticText.
  *  @param t Text for the wxStaticText.