Author: dfiser Date: Tue Sep 4 16:07:43 2007 New Revision: 40752 URL: http://svn.opensuse.org/viewcvs/yast?rev=40752&view=rev Log: Swapped OK and Cancel button in all popup dialogs. Modified: trunk/squid/src/popup_dialogs.ycp Modified: trunk/squid/src/popup_dialogs.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/squid/src/popup_dialogs.ycp?rev=40752&r1=40751&r2=40752&view=diff ============================================================================== --- trunk/squid/src/popup_dialogs.ycp (original) +++ trunk/squid/src/popup_dialogs.ycp Tue Sep 4 16:07:43 2007 @@ -59,8 +59,8 @@ `VSpacing(), `VStretch(), `HBox( - `PushButton(`id(`cancel), Label::CancelButton()), - `PushButton(`id(`ok), Label::OKButton()) + `PushButton(`id(`ok), Label::OKButton()), + `PushButton(`id(`cancel), Label::CancelButton()) ) ); @@ -116,8 +116,8 @@ `VStretch(), `HBox( - `PushButton(`id(`cancel), Label::CancelButton()), - `PushButton(`id(`ok), Label::OKButton()) + `PushButton(`id(`ok), Label::OKButton()), + `PushButton(`id(`cancel), Label::CancelButton()) ) ); @@ -228,8 +228,8 @@ `VStretch(), `HBox( - `PushButton(`id(`cancel), Label::CancelButton()), - `PushButton(`id(`ok), Label::OKButton()) + `PushButton(`id(`ok), Label::OKButton()), + `PushButton(`id(`cancel), Label::CancelButton()) ) ); @@ -300,8 +300,8 @@ `VStretch(), `HBox( - `PushButton(`id(`cancel), Label::CancelButton()), - `PushButton(`id(`ok), Label::OKButton()) + `PushButton(`id(`ok), Label::OKButton()), + `PushButton(`id(`cancel), Label::CancelButton()) ) )) ); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org