Revision 6939 trunk/extensions/extWMS/src/com/iver/cit/gvsig/fmap/layers/FLyrWMS.java

View differences:

FLyrWMS.java
792 792
					drawTile(g, vp, cancel);
793 793
				}
794 794
				if (callCount == 1) {
795
					JOptionPane.showMessageDialog((Component)PluginServices.getMainFrame(), e.getMessage());
796
					if (!isPrinting)
795
					if (!isPrinting) {
796
						JOptionPane.showMessageDialog((Component)PluginServices.getMainFrame(), e.getMessage());
797 797
						this.setVisible(false);
798
					}
798 799
				}
799 800
			}
800 801
		}

Also available in: Unified diff