mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-06 09:15:47 +01:00
tiny updates
This commit is contained in:
@@ -10,7 +10,7 @@ ftp.windowmaker.org</u></font><Br>
|
|||||||
<b><i>Window Maker</b>
|
<b><i>Window Maker</b>
|
||||||
<Img src=upbtn.xpm></i>is the GNU window manager
|
<Img src=upbtn.xpm></i>is the GNU window manager
|
||||||
for the X Window System. It was
|
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
|
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).
|
easy to use, with a simple and elegant appearance borrowed from NEXTSTEP(tm).
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
@@ -604,7 +604,13 @@ testText(WMScreen *scr)
|
|||||||
fclose(file);
|
fclose(file);
|
||||||
WMThawText(text);
|
WMThawText(text);
|
||||||
} else {
|
} 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);
|
WMRealizeWidget(win);
|
||||||
|
|||||||
Reference in New Issue
Block a user