1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-11 18:25:40 +02:00

Dave's fix for the auto-solib option.

This commit is contained in:
Mikhail Khodjaiants 2004-07-19 14:50:43 +00:00
parent e9670f6785
commit 3bc91cc510
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2004-07-19 Mikhail Khodjaiants
Dave's fix for the auto-solib option.
* GDBDebuggerPage.java
2004-06-22 Mikhail Khodjaiants
Replaced global resource bundles by messages.

View file

@ -97,10 +97,10 @@ public class GDBDebuggerPage extends AbstractLaunchConfigurationTab implements O
catch( CoreException e )
{
}
fGDBCommandText.setText( gdbCommand );
fGDBInitText.setText( gdbInit );
if ( fSolibBlock != null )
fSolibBlock.initializeFrom( configuration );
fGDBCommandText.setText( gdbCommand );
fGDBInitText.setText( gdbInit );
}
public void performApply( ILaunchConfigurationWorkingCopy configuration )