1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-07 14:24:14 +01:00

tiny updates

This commit is contained in:
nwanua
2001-02-09 17:01:51 +00:00
parent 543a46659b
commit 21ab029532
2 changed files with 8 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ ftp.windowmaker.org</u></font><Br>
<b><i>Window Maker</b>
<Img src=upbtn.xpm></i>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).
<p>

View File

@@ -604,7 +604,13 @@ testText(WMScreen *scr)
fclose(file);
WMThawText(text);
} else {
WMAppendTextStream(text, "<HTML><i>Where's</i> the <b>README</b>?");
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);