diff --git a/WINGs/Tests/wm.html b/WINGs/Tests/wm.html index dc43c972..3ec4d7af 100644 --- a/WINGs/Tests/wm.html +++ b/WINGs/Tests/wm.html @@ -10,7 +10,7 @@ ftp.windowmaker.org
Window Maker is the GNU window manager for the X Window System. It was -designed to emulate the look and feel of part of the NEXTSTEP(tm) GUI. It's +designed to emulate the look and feel of part of the NEXTSTEP(tm) GUI. Its supposed to be relatively fast and small, feature rich, easy to configure and easy to use, with a simple and elegant appearance borrowed from NEXTSTEP(tm).

diff --git a/WINGs/Tests/wtest.c b/WINGs/Tests/wtest.c index 893b8926..9c9ca935 100644 --- a/WINGs/Tests/wtest.c +++ b/WINGs/Tests/wtest.c @@ -604,7 +604,13 @@ testText(WMScreen *scr) fclose(file); WMThawText(text); } else { - WMAppendTextStream(text, "Where's the README?"); + WMAppendTextStream(text, + "Window Maker is the GNU window manager for the " + "X Window System. It was designed to emulate the " + "look and feel of part of the NEXTSTEP(tm) GUI. Its " + "supposed to be relatively fast and small, feature " + "rich, easy to configure and easy to use, with a simple " + "and elegant appearance borrowed from NEXTSTEP(tm)."); } WMRealizeWidget(win);