diff options
author | Willem Jan Palenstijn | 2012-09-06 17:46:28 +0200 |
---|---|---|
committer | Willem Jan Palenstijn | 2012-09-06 17:48:11 +0200 |
commit | 6fada6722eaceccdf02a925556ff032795ccd17f (patch) | |
tree | 850bc2300bc8d45e167511550d51ce8c5f9570fb /devtools | |
parent | 952a41abe2911500fe9c3d2663b5cac9b4f9b3dd (diff) | |
download | scummvm-rg350-6fada6722eaceccdf02a925556ff032795ccd17f.tar.gz scummvm-rg350-6fada6722eaceccdf02a925556ff032795ccd17f.tar.bz2 scummvm-rg350-6fada6722eaceccdf02a925556ff032795ccd17f.zip |
CREDITS: Increase name widths to avoid cut off names
Unfortunately this does introduce extra line breaks.
Diffstat (limited to 'devtools')
-rwxr-xr-x | devtools/credits.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl index b993bb12f3..f7efa59d2f 100755 --- a/devtools/credits.pl +++ b/devtools/credits.pl @@ -48,7 +48,7 @@ if ($mode eq "") { $Text::Wrap::unexpand = 0; if ($mode eq "TEXT") { $Text::Wrap::columns = 78; - $max_name_width = 21; # The maximal width of a name. + $max_name_width = 23; # The maximal width of a name. } elsif ($mode eq "CPP") { $Text::Wrap::columns = 48; # Approx. } @@ -1074,7 +1074,7 @@ begin_credits("Credits"); # HACK! - $max_name_width = 16; + $max_name_width = 17; begin_section("Special thanks to"); begin_persons(); |