Revision 1616

View differences:

trunk/org.gvsig.app.document.layout2.app/org.gvsig.app.document.layout2.app.mainplugin/src/main/java/org/gvsig/app/project/documents/layout/report/LayoutReportActionImpl.java
441 441
            Dimension size = ToolsSwingUtils.ensureRowsCols(comp.getPreferredSize(), 20, 100, 40, 150);
442 442
            comp.setSize(size);
443 443
            
444
            String title = "Report: " + this.getLabel();
444
            String title = ToolsSwingUtils.makeTitle("Report",this.getLabel(), null);
445 445
            windowManager.showWindow(
446 446
                    comp,
447 447
                    title,

Also available in: Unified diff