From 5b330cd7eb79983c4660639333c77f03e931162a Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Mon, 5 Jun 2023 22:55:38 +0200 Subject: [PATCH] Clean code --- packages/wx/src/bbwxRadioButton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/wx/src/bbwxRadioButton.h b/packages/wx/src/bbwxRadioButton.h index ba1b284..16a33d6 100644 --- a/packages/wx/src/bbwxRadioButton.h +++ b/packages/wx/src/bbwxRadioButton.h @@ -100,7 +100,7 @@ namespace bbwx BBTK_NAME("RadioButton"); BBTK_AUTHOR("eduardo.davila@creatis.insa-lyon.fr"); BBTK_DESCRIPTION("RadioButton group widget 0-9 entries"); - BBTK_INPUT(RadioButton,In,"Set initial item",int,""); + BBTK_INPUT(RadioButton,In,"(default 0) Set initial item",int,""); BBTK_INPUT(RadioButton,In0,"option 0",std::string,""); BBTK_INPUT(RadioButton,In1,"option 1",std::string,""); -- 2.45.1