diff --git a/trunk/SIPRPSoft/src/siprp/web/WebUpdater.java b/trunk/SIPRPSoft/src/siprp/web/WebUpdater.java index cf84448f..d34a5bae 100644 --- a/trunk/SIPRPSoft/src/siprp/web/WebUpdater.java +++ b/trunk/SIPRPSoft/src/siprp/web/WebUpdater.java @@ -482,7 +482,7 @@ System.out.println( new File( PROPERTIES_FILE ) ); throws Exception { WebUpdater updater = new WebUpdater(); - updater.show(); + updater.setVisible( true ); } protected void connect()