Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosousadias committed Sep 23, 2014
2 parents 86dacee + 8ba7bc4 commit 334d24e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pt/lsts/neptus/params/SystemConfigurationEditorPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ public void actionPerformed(ActionEvent e) {
checkAdvance = new JCheckBox(I18n.text("Access Developer Parameters"));
checkAdvance.setToolTipText("<html>" + I18n.textc("Be careful changing these values.<br>They may make the vehicle inoperable.",
"This will be a tooltip, and use <br> to change line."));
if (ConfigFetch.getDistributionType() == DistributionEnum.DEVELOPER)
// if (ConfigFetch.getDistributionType() == DistributionEnum.DEVELOPER)
add(checkAdvance);
else
visibility = Visibility.USER;
// else
// visibility = Visibility.USER;
if (visibility == Visibility.DEVELOPER)
checkAdvance.setSelected(true);
else
Expand Down

0 comments on commit 334d24e

Please sign in to comment.