[elvystrac] r1856 - LD bug fixed

  • From: elvys@xxxxxxxxxxxxxxxxxxxxxx
  • To: elvystrac@xxxxxxxxxxxxx
  • Date: Wed, 24 Feb 2010 20:48:59 +0100

Author: DavidK
Date: 2010-02-24 20:48:59 +0100 (Wed, 24 Feb 2010)
New Revision: 1856

Modified:
   
trunk/layouteditor/LayoutDesigner/src/com/elvys/applet/components/LayoutDesigner.java
Log:
LD bug fixed

Modified: 
trunk/layouteditor/LayoutDesigner/src/com/elvys/applet/components/LayoutDesigner.java
===================================================================
--- 
trunk/layouteditor/LayoutDesigner/src/com/elvys/applet/components/LayoutDesigner.java
       2010-02-24 19:27:00 UTC (rev 1855)
+++ 
trunk/layouteditor/LayoutDesigner/src/com/elvys/applet/components/LayoutDesigner.java
       2010-02-24 19:48:59 UTC (rev 1856)
@@ -140,8 +140,8 @@
                                                                .getHost()
                                                                + 
PROPERTIES_FILE_PATH + PROPERTIES_FILE_NAME + "_" + localization + 
".properties";
                                                url = new URL(urlString);
+                                       } catch (MalformedURLException e1) {
                                                
closeLayoutDesignerBrowserWindow();
-                                       } catch (MalformedURLException e1) {
                                        }
 
                                        // read properties file


Other related posts:

  • » [elvystrac] r1856 - LD bug fixed - elvys