Changeset 26 for gssim_ui/branches


Ignore:
Timestamp:
08/24/11 15:18:40 (14 years ago)
Author:
mcichenski
Message:

small fix

File:
1 edited

Legend:

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

    r22 r26  
    925925        { 
    926926                ganntChartModel = new GanntChartModel(); 
    927                 gssimStudioModel.getResourceChartComponents().put(index.toString(), ganntChartModel); 
     927                gssimStudioModel.getGanntChartComponents().put(index.toString(), ganntChartModel); 
    928928        } 
    929929        VineFlexUtilClass.invokeDestination(GanntChart.class, parameters, ganntChartModel); 
Note: See TracChangeset for help on using the changeset viewer.