File bug-442758_set-button-lable.patch of Package yast2-drbd
Index: yast2-drbd-2.13.1/src/wizards.ycp
===================================================================
--- yast2-drbd-2.13.1.orig/src/wizards.ycp
+++ yast2-drbd-2.13.1/src/wizards.ycp
@@ -67,11 +67,11 @@ any TabSequence()
Wizard::CreateTree(tree, "DRBD");
// Buttons redefinition
- Wizard::SetNextButton(`PushButton(`id(`next), `opt(`key_F10), Label::FinishButton()));
+ Wizard::SetNextButton(`next, Label::FinishButton());
if (UI::WidgetExists(`id(`wizardTree))) {
- Wizard::ReplaceBackButton(`PushButton(`id(`help), `opt(`key_F1), Label::HelpButton()));
- Wizard::ReplaceAbortButton(`PushButton(`id(`abort), `opt(`key_F9), Label::CancelButton()));
+ Wizard::SetBackButton(`help, Label::HelpButton());
+ Wizard::SetAbortButton(`abort, Label::CancelButton());
} else {
UI::WizardCommand(`SetNextButtonLabel( Label::FinishButton() ) );
UI::WizardCommand(`SetAbortButtonLabel( Label::CancelButton() ) );