Commit 6cf1dca2880f77a6ee4569da3c833e53509ab8b2
1 parent
680054d9
Exists in
master
and in
112 other branches
help file
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
js/app/controllers/PlotModule.js
... | ... | @@ -36,7 +36,8 @@ Ext.define('amdaDesktop.PlotModule', { |
36 | 36 | height: 620, |
37 | 37 | uiType : 'newPanelPlot', |
38 | 38 | helpTitle : 'Help on Plot Module', |
39 | - | |
39 | + helpFile : 'plotHelp', | |
40 | + | |
40 | 41 | plotResultWindowsManager : new Ext.AbstractManager(), |
41 | 42 | |
42 | 43 | computeResultWindowSize : function(panelResult) |
... | ... |