Merge "Issue #1830 - Don't allow base level config files for FFMP" into development
Former-commit-id:6109daf744
[formerlye994040887
] [formerly4a8c4b64df
] [formerlyf1e8faf9ff
[formerly4a8c4b64df
[formerly 9c117d43e77ffa074c8464771918116f8835b382]]] Former-commit-id:f1e8faf9ff
Former-commit-id: 80217d8bb653fed512ec88e601b9cf14286e1708 [formerly35d27f89f1
] Former-commit-id:58c83b9662
This commit is contained in:
commit
7e4696f582
1 changed files with 1 additions and 2 deletions
|
@ -58,6 +58,7 @@ import com.raytheon.viz.ui.dialogs.CaveSWTDialog;
|
|||
* ------------ ---------- ----------- --------------------------
|
||||
* Initial creation
|
||||
* Dec 6, 2012 1353 rferrel Make dialog non-blocking.
|
||||
* Apr 01, 2013 1830 mpduff Don't allow base files.
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -318,8 +319,6 @@ public class LoadSaveConfigDlg extends CaveSWTDialog {
|
|||
IPathManager pm = PathManagerFactory.getPathManager();
|
||||
|
||||
ArrayList<LocalizationContext> contextList = new ArrayList<LocalizationContext>();
|
||||
contextList.add(pm.getContext(LocalizationType.CAVE_STATIC,
|
||||
LocalizationLevel.BASE));
|
||||
contextList.add(pm.getContext(LocalizationType.CAVE_STATIC,
|
||||
LocalizationLevel.SITE));
|
||||
contextList.add(pm.getContext(LocalizationType.CAVE_STATIC,
|
||||
|
|
Loading…
Add table
Reference in a new issue