1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Wrong fix to the warning. The call is needed but

not the  variable.
This commit is contained in:
Alain Magloire 2003-09-03 13:33:46 +00:00
parent 26d4065b60
commit ce7df10349

View file

@ -76,7 +76,7 @@ public class LinkToFileGroup extends StringButtonDialogField {
Label label= getLabelControl(parent);
label.setLayoutData(gridDataForLabel(1));
//Button checkButton = getLinkCheckButtonControl(parent);
getLinkCheckButtonControl(parent);
Text text= getTextControl(parent);
text.setLayoutData(gridDataForText(1));