mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +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
|
||||
Replaced deprecated methods and constants.
|
||||
* MIPreferencePage.java
|
||||
|
|
|
@ -93,7 +93,7 @@ public class SolibSearchPathBlock extends Observable implements IMILaunchConfigu
|
|||
fBrowseButton.addSelectionListener( new SelectionAdapter() {
|
||||
|
||||
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$
|
||||
String res = dialog.open();
|
||||
if ( res != null ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue