Changeset 368 for gssim_ui/branches


Ignore:
Timestamp:
08/08/12 16:05:56 (13 years ago)
Author:
mcichenski
Message:

fix3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor/GSSimStudio.java

    r367 r368  
    174174                                jobDescription = list.get(0).getValue(); 
    175175                                //replace tokens 
    176                                 jobDescription.replace(jdPropertyFile, "input/" + destFileName); 
     176                                jobDescription = jobDescription.replace(jdPropertyFile, "input/" + destFileName); 
    177177                        } 
    178178                } catch (SQLException e) { 
Note: See TracChangeset for help on using the changeset viewer.