
mythtv at cvs
Oct 6, 2008, 9:22 AM
Post #1 of 1
(226 views)
Permalink
|
|
mythtv commit: r18567 by stuartm
|
|
Author: stuartm Date: 2008-10-06 16:22:55 +0000 (Mon, 06 Oct 2008) New Revision: 18567 Changeset: http://cvs.mythtv.org/trac/changeset/18567 Modified: trunk/mythtv/libs/libmythui/mythuitext.cpp Log: Replace literal newlines \n in text with actual newlines. This gets around the problem with the old UI where default values which included newlines also ended up with unwanted whitespace because of xml indenting. Now to include newlines in default values and templates you need only insert a backslash n at the appropriate point. _______________________________________________ mythtv-commits mailing list mythtv-commits[at]mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|