mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 16:56:04 +02:00
Conflicting methods.
This commit is contained in:
parent
1741ff8c15
commit
9c2e3a9d22
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2005-03-03 Mikhail Khodjaiants
|
||||||
|
Conflicting methods.
|
||||||
|
* SolibSearchPathBlock.java
|
||||||
|
|
||||||
2005-01-11 Mikhail Khodjaiants
|
2005-01-11 Mikhail Khodjaiants
|
||||||
Replaced deprecated methods and constants.
|
Replaced deprecated methods and constants.
|
||||||
* MIPreferencePage.java
|
* MIPreferencePage.java
|
||||||
|
|
|
@ -93,7 +93,7 @@ public class SolibSearchPathBlock extends Observable implements IMILaunchConfigu
|
||||||
fBrowseButton.addSelectionListener( new SelectionAdapter() {
|
fBrowseButton.addSelectionListener( new SelectionAdapter() {
|
||||||
|
|
||||||
public void widgetSelected( SelectionEvent evt ) {
|
public void widgetSelected( SelectionEvent evt ) {
|
||||||
DirectoryDialog dialog = new DirectoryDialog( getShell() );
|
DirectoryDialog dialog = new DirectoryDialog( AddDirectoryDialog.this.getShell() );
|
||||||
dialog.setMessage( MIUIMessages.getString( "SolibSearchPathBlock.5" ) ); //$NON-NLS-1$
|
dialog.setMessage( MIUIMessages.getString( "SolibSearchPathBlock.5" ) ); //$NON-NLS-1$
|
||||||
String res = dialog.open();
|
String res = dialog.open();
|
||||||
if ( res != null ) {
|
if ( res != null ) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue