Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
yast2-drbd
bug-442758_set-button-lable.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
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 2008-12-18 13:25:14.000000000 +0800 +++ yast2-drbd-2.13.1/src/wizards.ycp 2008-12-18 13:25:36.000000000 +0800 @@ -67,11 +67,11 @@ 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_button, Label::HelpButton()); + Wizard::SetAbortButton(`abort, Label::CancelButton()); } else { UI::WizardCommand(`SetNextButtonLabel( Label::FinishButton() ) ); UI::WizardCommand(`SetAbortButtonLabel( Label::CancelButton() ) );
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor