マスタエディタ:提出書への出力を微調整。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2603 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
nishikawa_takeshi 2008-10-09 06:34:45 +00:00
parent 2821e16ba6
commit 4c4886cd6e
4 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ ECDeliverableResult RCDeliverable::writeSpreadsheet(
{
for each( RCLicense ^lic in hSrl->hLicenseList )
{
lib += "[" + lic->Publisher + " " + lic->Name + "]. ";
lib += "[" + lic->Publisher + " / " + lic->Name + "]. ";
}
}