[yast-commit] r48631 - /trunk/ldap-server/src/widgets.ycp
Author: rhafer Date: Fri Jun 27 15:59:26 2008 New Revision: 48631 URL: http://svn.opensuse.org/viewcvs/yast?rev=48631&view=rev Log: correct indenting Modified: trunk/ldap-server/src/widgets.ycp Modified: trunk/ldap-server/src/widgets.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/ldap-server/src/widgets.ycp?rev=48631&r1=48630&r2=48631&view=diff ============================================================================== --- trunk/ldap-server/src/widgets.ycp (original) +++ trunk/ldap-server/src/widgets.ycp Fri Jun 27 15:59:26 2008 @@ -301,9 +301,9 @@ ) ), `VSpacing( 0.5 ), - `Left( - `PushButton( `id( `pb_changepw ), _("Change Password") ) - ), + `Left( + `PushButton( `id( `pb_changepw ), _("Change Password") ) + ), `VSpacing( 0.5 ), `Left( `CheckBox( `id( `cb_dbreadonly ), _("Database is read-only"), false ) -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
rhafer@svn.opensuse.org