IDEMPIERE-166 Rebranding of logo and product name.

This commit is contained in:
Heng Sin Low 2013-04-19 20:04:49 +08:00
parent 483fa5e6fd
commit f0d376c7ad
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public class AttachmentDBSystem implements IAttachmentStore
ZipOutputStream zip = new ZipOutputStream(out);
zip.setMethod(ZipOutputStream.DEFLATED);
zip.setLevel(Deflater.BEST_COMPRESSION);
zip.setComment("adempiere");
zip.setComment("iDempiere");
//
try
{