kunsnat 8 years ago
parent
commit
c1740ebe1c
  1. 2
      designer/src/com/fr/design/report/mobile/MobileUseHtmlGroupPane.java

2
designer/src/com/fr/design/report/mobile/MobileUseHtmlGroupPane.java

@ -37,7 +37,7 @@ public class MobileUseHtmlGroupPane extends BasicBeanPane<ElementCaseMobileAttr>
UIRadioButton useApp = new UIRadioButton(Inter.getLocText("FR-mobile_native_analysis")); UIRadioButton useApp = new UIRadioButton(Inter.getLocText("FR-mobile_native_analysis"));
useApp.setSelected(true); useApp.setSelected(true);
UIRadioButton useHTML5 = new UIRadioButton(Inter.getLocText("FR-mobile_html_analysis")); UIRadioButton useHTML5 = new UIRadioButton(Inter.getLocText("FR-mobile_html_analysis"));
addToButtonGroup(useApp, useHTML5); addToButtonGroup(useApp, useHTML5);

Loading…
Cancel
Save