aboutsummaryrefslogtreecommitdiff
path: root/examples_library/sade.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples_library/sade.c')
-rw-r--r--examples_library/sade.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples_library/sade.c b/examples_library/sade.c
index 95bfadc36df1..a159ab2afc0b 100644
--- a/examples_library/sade.c
+++ b/examples_library/sade.c
@@ -35,12 +35,12 @@ int main()
conf.button.ok_label = "Create";
- conf.button.extra_button = true;
+ conf.button.with_extra = true;
conf.button.extra_label = "Delete";
- conf.button.no_label = "Cancel";
+ conf.button.cancel_label = "Cancel";
- conf.button.help_button = true;
+ conf.button.with_help = true;
conf.button.help_label = "Revert";
conf.button.generic1_label = "Auto";