mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
18.43.2008 135cb1786e1587ba1b0426feb462b3a9a2b1a6ab
Fix for issue 3617 (export and import ldif panel typo in 'Exclusion Options')
Fix copy paste error.
1 files modified
2 ■■■ changed files
opends/src/guitools/org/opends/guitools/controlpanel/ui/InclusionExclusionPanel.java 2 ●●● patch | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/InclusionExclusionPanel.java
@@ -296,7 +296,7 @@
    gbc.gridx = 0;
    gbc.weightx = 0.0;
    lAttributesToExclude = Utilities.createPrimaryLabel(
        INFO_CTRL_PANEL_ATTRIBUTES_TO_INCLUDE.get());
        INFO_CTRL_PANEL_ATTRIBUTES_TO_EXCLUDE.get());
    gbc.insets.left = labelInsetLeft;
    gbc.anchor = GridBagConstraints.NORTHWEST;
    gbc.insets.top = 10;