Small tweak to time menu options in Deskbar
Change "Change time..." menu item in Deskbar clock contextual menu to "Open time preferences..." because you can do a lot more than just change the current time there.
This commit is contained in:
@@ -410,7 +410,7 @@ TTimeView::ShowTimeOptions(BPoint point)
|
|||||||
menu->SetFont(be_plain_font);
|
menu->SetFont(be_plain_font);
|
||||||
BMenuItem* item;
|
BMenuItem* item;
|
||||||
|
|
||||||
item = new BMenuItem(B_TRANSLATE("Change time" B_UTF8_ELLIPSIS),
|
item = new BMenuItem(B_TRANSLATE("Open time preferences" B_UTF8_ELLIPSIS),
|
||||||
new BMessage(kChangeTime));
|
new BMessage(kChangeTime));
|
||||||
menu->AddItem(item);
|
menu->AddItem(item);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user