Skip to content

Commit

Permalink
ide/GlobalSettingsDialog: Fixed missing 'disabled' setting on C++ com…
Browse files Browse the repository at this point in the history
…piler
  • Loading branch information
jerstlouis committed Aug 21, 2012
1 parent 13d0368 commit bb6d607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ide/src/dialogs/GlobalSettingsDialog.ec
Expand Up @@ -788,6 +788,7 @@ class CompilerToolchainTab : CompilersSubTab
ecsLabel.disabled = ecs.disabled = disabled;
earLabel.disabled = ear.disabled = disabled;
cppLabel.disabled = cpp.disabled = isVC || disabled;
cxxLabel.disabled = cxx.disabled = isVC || disabled;
ccLabel.disabled = cc.disabled = isVC || disabled;
makeLabel.disabled = make.disabled = disabled;
execPrefixLabel.disabled = execPrefix.disabled = disabled;
Expand Down

0 comments on commit bb6d607

Please sign in to comment.