Mailinglist Archive: yast-commit (819 mails)
| < Previous | Next > |
[yast-commit] r54820 - in /trunk/phone-services/src/phone-services: answering_machine.ycp fax.ycp
- From: mvidner@xxxxxxxxxxxxxxxx
- Date: Tue, 20 Jan 2009 14:09:22 -0000
- Message-id: <E1LPHIA-0008VC-D9@xxxxxxxxxxxxxxxx>
Author: mvidner
Date: Tue Jan 20 15:09:22 2009
New Revision: 54820
URL: http://svn.opensuse.org/viewcvs/yast?rev=54820&view=rev
Log:
use stock texts for button labels
Modified:
trunk/phone-services/src/phone-services/answering_machine.ycp
trunk/phone-services/src/phone-services/fax.ycp
Modified: trunk/phone-services/src/phone-services/answering_machine.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/phone-services/src/phone-services/answering_machine.ycp?rev=54820&r1=54819&r2=54820&view=diff
==============================================================================
--- trunk/phone-services/src/phone-services/answering_machine.ycp (original)
+++ trunk/phone-services/src/phone-services/answering_machine.ycp Tue Jan 20
15:09:22 2009
@@ -122,13 +122,10 @@
`Table(`id(`table), theader, []),
//http://en.opensuse.org/YaST/Style_Guide#Table_with_Buttons
`Left(
- /* PushButton label */
`HBox(
- `PushButton(`id(`add), _("Ad&d")),
- /* PushButton label */
- `PushButton(`id(`edit), `opt(`disabled), _("&Edit")),
- /* PushButton label */
- `PushButton(`id(`delete), `opt(`disabled), _("De&lete"))
+ `PushButton(`id(`add), Label::AddButton()),
+ `PushButton(`id(`edit), `opt(`disabled),
Label::EditButton()),
+ `PushButton(`id(`delete), `opt(`disabled),
Label::DeleteButton())
)
)
)),
Modified: trunk/phone-services/src/phone-services/fax.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/phone-services/src/phone-services/fax.ycp?rev=54820&r1=54819&r2=54820&view=diff
==============================================================================
--- trunk/phone-services/src/phone-services/fax.ycp (original)
+++ trunk/phone-services/src/phone-services/fax.ycp Tue Jan 20 15:09:22 2009
@@ -139,12 +139,9 @@
`Table(`id(`table), theader, []),
//http://en.opensuse.org/YaST/Style_Guide#Table_with_Buttons
`Left(
- /* PushButton label */
- `HBox(`PushButton(`id(`add), _("Ad&d")),
- /* PushButton label */
- `PushButton(`id(`edit), `opt(`disabled), _("&Edit")),
- /* PushButton label */
- `PushButton(`id(`delete), `opt(`disabled), _("De&lete"))
+ `HBox(`PushButton(`id(`add), Label::AddButton()),
+ `PushButton(`id(`edit), `opt(`disabled),
Label::EditButton()),
+ `PushButton(`id(`delete), `opt(`disabled),
Label::DeleteButton())
)
)
)),
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Tue Jan 20 15:09:22 2009
New Revision: 54820
URL: http://svn.opensuse.org/viewcvs/yast?rev=54820&view=rev
Log:
use stock texts for button labels
Modified:
trunk/phone-services/src/phone-services/answering_machine.ycp
trunk/phone-services/src/phone-services/fax.ycp
Modified: trunk/phone-services/src/phone-services/answering_machine.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/phone-services/src/phone-services/answering_machine.ycp?rev=54820&r1=54819&r2=54820&view=diff
==============================================================================
--- trunk/phone-services/src/phone-services/answering_machine.ycp (original)
+++ trunk/phone-services/src/phone-services/answering_machine.ycp Tue Jan 20
15:09:22 2009
@@ -122,13 +122,10 @@
`Table(`id(`table), theader, []),
//http://en.opensuse.org/YaST/Style_Guide#Table_with_Buttons
`Left(
- /* PushButton label */
`HBox(
- `PushButton(`id(`add), _("Ad&d")),
- /* PushButton label */
- `PushButton(`id(`edit), `opt(`disabled), _("&Edit")),
- /* PushButton label */
- `PushButton(`id(`delete), `opt(`disabled), _("De&lete"))
+ `PushButton(`id(`add), Label::AddButton()),
+ `PushButton(`id(`edit), `opt(`disabled),
Label::EditButton()),
+ `PushButton(`id(`delete), `opt(`disabled),
Label::DeleteButton())
)
)
)),
Modified: trunk/phone-services/src/phone-services/fax.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/phone-services/src/phone-services/fax.ycp?rev=54820&r1=54819&r2=54820&view=diff
==============================================================================
--- trunk/phone-services/src/phone-services/fax.ycp (original)
+++ trunk/phone-services/src/phone-services/fax.ycp Tue Jan 20 15:09:22 2009
@@ -139,12 +139,9 @@
`Table(`id(`table), theader, []),
//http://en.opensuse.org/YaST/Style_Guide#Table_with_Buttons
`Left(
- /* PushButton label */
- `HBox(`PushButton(`id(`add), _("Ad&d")),
- /* PushButton label */
- `PushButton(`id(`edit), `opt(`disabled), _("&Edit")),
- /* PushButton label */
- `PushButton(`id(`delete), `opt(`disabled), _("De&lete"))
+ `HBox(`PushButton(`id(`add), Label::AddButton()),
+ `PushButton(`id(`edit), `opt(`disabled),
Label::EditButton()),
+ `PushButton(`id(`delete), `opt(`disabled),
Label::DeleteButton())
)
)
)),
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |