]> git.saurik.com Git - wxWidgets.git/commitdiff
Applied patch #825402 ("Fix for Unicode Open Watcom build of life demo"), second...
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Sat, 15 Nov 2003 01:06:53 +0000 (01:06 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Sat, 15 Nov 2003 01:06:53 +0000 (01:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

demos/life/samples.inc

index c46f6aeb20b13f5fb0996c6e24cbb5e4f9baf021..8b9fac08474a06089c19198808e1fb0cab2d3e61 100644 (file)
@@ -168,7 +168,13 @@ const LifePattern g_patterns[] =
                ".****" ),
     LifePattern(
                _("Max"),
-               _("Max is the fastest-growing known pattern in Conway's Game of Life (possibly the fastest possible). It fills space to a density of 1/2, conjectured to be the maximum density, and does it at a speed of c/2 in each of the 4 directions, which has been proven to be the maximum possible speed.\n\nPopulation growth is:\n[(t+19)^2+463]/4 for t divisible by 4;\n[(t+19)^2+487]/4 for t even, not div. by 4;\n[(t+18)^2+639]/4 for t odd.\n\nOriginal construction, top/bottom stretchers by Hartmut Holzwart; Size optimization, left/right stretchers by David Bell; Original idea, middle part, left/right stretcher connection by Al Hensel.\n\nThis spacefiller by David Bell, September 1993."),
+               _("Max is the fastest-growing known pattern in Conway's Game of Life (possibly the fastest possible).")
+               + wxString(_(" It fills space to a density of 1/2, conjectured to be the maximum density, and does it at a speed"))
+               + wxString(_(" of c/2 in each of the 4 directions, which has been proven to be the maximum possible speed.\n\nPopulation"))
+               + wxString(_(" growth is:\n[(t+19)^2+463]/4 for t divisible by 4;\n[(t+19)^2+487]/4 for t even, not div. by 4;\n"))
+               + wxString(_("[(t+18)^2+639]/4 for t odd.\n\nOriginal construction, top/bottom stretchers by Hartmut Holzwart;"))
+               + wxString(_(" Size optimization, left/right stretchers by David Bell; Original idea, middle part, left/right stretcher"))
+               + wxString(_(" connection by Al Hensel.\n\nThis spacefiller by David Bell, September 1993.")),
                29, 43,
                ".....*.*....................."
                "....*..*....................."