mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-02 22:55:26 +02:00
This commit is contained in:
parent
41fe7cbae5
commit
d928227259
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-03-04 David Inglis
|
||||
|
||||
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=53674
|
||||
|
||||
* src/org/eclipse/cdt/ui/dialogs/CygwinPEBinaryParserPage.java
|
||||
|
||||
2004-03-03 Alain Magloire
|
||||
|
||||
Fix to the CView. It was opening the file twice.
|
||||
|
|
|
@ -140,7 +140,7 @@ public class CygwinPEBinaryParserPage extends AbstractCOptionPage {
|
|||
}
|
||||
fAddr2LineCommandText.setText((addr2line == null || addr2line.length() == 0) ? "addr2line" : addr2line); //$NON-NLS-1$;
|
||||
fCPPFiltCommandText.setText((cppfilt == null || cppfilt.length() == 0) ? "c++filt" : cppfilt); //$NON-NLS-1$;
|
||||
fCygPathCommandText.setText((cygpath == null || cygpath.length() == 0) ? "cygpath" : cppfilt); //$NON-NLS-1$;
|
||||
fCygPathCommandText.setText((cygpath == null || cygpath.length() == 0) ? "cygpath" : cygpath); //$NON-NLS-1$;
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
|
|
Loading…
Add table
Reference in a new issue