Revision 38806 branches/v2_0_0_prep/extensions/org.gvsig.symbology.app/org.gvsig.symbology.app.importsymbols/src/main/java/org/gvsig/symbology/app/importsymbols/ImportPictureMarkerSymbolsExtension.java

View differences:

ImportPictureMarkerSymbolsExtension.java
26 26
        if (process != null && process.isAlive()) {
27 27
          application.messageDialog(
28 28
        	  application.translate("_Import_process_already_running_Wait_to_terminate"),
29
              application.translate("_Import_point_symbols"),
29
              application.translate("_Import_picture_marker_symbols"),
30 30
              JOptionPane.WARNING_MESSAGE);
31 31
          return;
32 32
        }
33 33
        process = new ImportPictureMarkerSymbolsProcess();
34
        /*
34 35
		Component dlg = application.createComponent(ImportPictureMarkerSymbolsPanel.class, process);
35 36
		application.showDialog(dlg, application.translate("_Import_point_symbols"));
37
		*/
36 38
		if( !process.isCancellationRequested() ) {
37 39
			process.start();
38 40
		}

Also available in: Unified diff