~berthold-daum/zora/trunk

« back to all changes in this revision

Viewing changes to com.bdaum.zoom.email/src/com/bdaum/zoom/email/internal/PDFTargetFilePage.java

  • Committer: bdaum
  • Date: 2015-12-26 10:21:51 UTC
  • Revision ID: berthold.daum@bdaum.de-20151226102151-44f1j5113167thb9
VersionĀ 2.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
                                                public void modifyText(ModifyEvent e) {
95
95
                                                        validatePage();
96
96
                                                }
97
 
                                        }, false);
 
97
                                        }, false, true);
98
98
                        // Link
99
99
                        new Label(composite, SWT.NONE)
100
100
                                        .setText(Messages.PDFTargetFilePage_weblink);