Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 203997
Collapse All | Expand All

(-)src/org/eclipse/ui/internal/wizards/datatransfer/WizardFileSystemResourceImportPage1.java (+4 lines)
Lines 301-306 Link Here
301
            public void keyPressed(KeyEvent e) {
301
            public void keyPressed(KeyEvent e) {
302
                //If there has been a key pressed then mark as dirty
302
                //If there has been a key pressed then mark as dirty
303
                entryChanged = true;
303
                entryChanged = true;
304
				if (e.character == SWT.CR) {
305
					entryChanged = false;
306
					updateFromSourceField();
307
				}
304
            }
308
            }
305
309
306
            /*
310
            /*

Return to bug 203997