Revision: 3894
Author: [email protected]
Date: Tue Aug 17 08:04:32 2010
Log: Changed the PDF export of table profiling to have the correct SQL Power Architect branding in the title.
http://code.google.com/p/power-architect/source/detail?r=3894

Modified:
/trunk/src/main/java/ca/sqlpower/architect/profile/output/ProfilePDFFormat.java

=======================================
--- /trunk/src/main/java/ca/sqlpower/architect/profile/output/ProfilePDFFormat.java Fri Jul 16 13:23:39 2010 +++ /trunk/src/main/java/ca/sqlpower/architect/profile/output/ProfilePDFFormat.java Tue Aug 17 08:04:32 2010
@@ -172,7 +172,7 @@
                 }
             });

-        document.add(new Paragraph("Power*Architect Profiling Report"));
+ document.add(new Paragraph("SQL Power Architect Profiling Report"));
         document.add(new Paragraph("Generated "+new java.util.Date()
+" by "+System.getProperty("user.name")));

Reply via email to