From: Bruno Haible Date: Tue, 6 May 2003 09:36:40 +0000 (+0000) Subject: Need more column for the domain name. X-Git-Tag: v0.12~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1613e58aee30fdeec041a2cf45bb887662ec705;p=thirdparty%2Fgettext.git Need more column for the domain name. --- diff --git a/gettext-runtime/doc/Admin/Matrix.java b/gettext-runtime/doc/Admin/Matrix.java index 5f2cde850..893899ae6 100644 --- a/gettext-runtime/doc/Admin/Matrix.java +++ b/gettext-runtime/doc/Admin/Matrix.java @@ -191,7 +191,7 @@ public class Matrix { for (int d = 0; d < ndomains; d++) { stream.print(domains[d]); - spaces(stream,16 - domains[d].length()); + spaces(stream,19 - domains[d].length()); stream.print('|'); for (int t = groups[group][0]; t < groups[group][1]; t++) { stream.print(' ');