1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-03 14:55:46 +01:00

Added french INSTALL file (wwp <subscript@free.fr>)

This commit is contained in:
dan
2001-10-08 19:21:14 +00:00
parent dc9b99fe47
commit 4350cf540c
3 changed files with 653 additions and 2 deletions

View File

@@ -409,7 +409,7 @@ indentedDescription(WMPropList *plist, int level)
WMHashEnumerator e;
int i;
if (plist->type==WPLArray || plist->type==WPLDictionary) {
if (plist->type==WPLArray/* || plist->type==WPLDictionary*/) {
retstr = description(plist);
if (retstr && ((2*(level+1) + strlen(retstr)) <= 77)) {