| author | xwu | 2013-01-30 04:16:32 (EST) |
|---|---|---|
| committer | lzhu | 2013-01-30 04:16:32 (EST) |
| commit | 7e74575e5a16fa4b53858a8c7d646be12edec5e9 (patch) (side-by-side diff) | |
| tree | 06fe5bc33ff527da7e9a094833c21b376bb35c9f | |
| parent | dbde8db32785f77861505e4e4787676db1300a99 (diff) | |
| download | org.eclipse.datatools.enablement.oda-7e74575e5a16fa4b53858a8c7d646be12edec5e9.zip org.eclipse.datatools.enablement.oda-7e74575e5a16fa4b53858a8c7d646be12edec5e9.tar.gz org.eclipse.datatools.enablement.oda-7e74575e5a16fa4b53858a8c7d646be12edec5e9.tar.bz2 | |
CheckIn: Fix an issue - Update default behavior of selecting XML Datav201301301716
Source URL from Absolute path to Relative path[55573].
| -rw-r--r-- | plugins/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/control/FileSelectionButton.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/control/FileSelectionButton.java b/plugins/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/control/FileSelectionButton.java index 82bd49c..f244083 100644 --- a/plugins/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/control/FileSelectionButton.java +++ b/plugins/org.eclipse.datatools.enablement.oda.xml.ui/src/org/eclipse/datatools/enablement/oda/xml/ui/control/FileSelectionButton.java @@ -47,7 +47,7 @@ public class FileSelectionButton extends MenuButton public FileSelectionButton( Composite parent, int style )
{
- this( parent, style, ABSOLUTE_PATH );
+ this( parent, style, RELATIVE_PATH );
}
public FileSelectionButton( Composite parent, int style, final int defaultAction )
|

