[mythtv-commits] mythtv commit: r23147 by stuartm
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Fri Jan 15 20:21:40 UTC 2010
Author: stuartm
Date: 2010-01-15 20:21:40 +0000 (Fri, 15 Jan 2010)
New Revision: 23147
Changeset: http://svn.mythtv.org/trac/changeset/23147
Modified:
trunk/mythtv/libs/libmythui/mythuitextedit.cpp
Log:
Default max length in text edits to 255 characters. This is the max length for the majority of data stored in the database and setting the default just once in the widget is less messy than requiring it to be set for every single instance. There are a small number of places where we need more than 255 characters and there it can be overridden with SetMaxLength(). Some place would benefit from a smaller limit.
More information about the mythtv-commits
mailing list