Tweaked a couple of menu labels to make more sense under Haiiku
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19679 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -694,7 +694,11 @@ TBarApp::ShowConfigWindow()
|
|||||||
get_ref_for_path(path.Path(), &startref);
|
get_ref_for_path(path.Path(), &startref);
|
||||||
|
|
||||||
fConfigWindow = new TFavoritesConfigWindow(BRect(0, 0, 320, 240),
|
fConfigWindow = new TFavoritesConfigWindow(BRect(0, 0, 320, 240),
|
||||||
|
#ifdef __HAIKU__
|
||||||
|
"Configure Leaf Menu", false, B_ANY_NODE,
|
||||||
|
#else
|
||||||
"Configure Be Menu", false, B_ANY_NODE,
|
"Configure Be Menu", false, B_ANY_NODE,
|
||||||
|
#endif
|
||||||
BMessenger(this), &startref,
|
BMessenger(this), &startref,
|
||||||
fSettings.recentAppsCount, fSettings.recentDocsCount,
|
fSettings.recentAppsCount, fSettings.recentDocsCount,
|
||||||
fSettings.recentFoldersCount);
|
fSettings.recentFoldersCount);
|
||||||
|
|||||||
@@ -271,7 +271,11 @@ TBeMenu::AddStandardBeMenuItems()
|
|||||||
BMenu *subMenu = new BMenu("Deskbar Settings");
|
BMenu *subMenu = new BMenu("Deskbar Settings");
|
||||||
subMenu->SetEnabled(!dragging);
|
subMenu->SetEnabled(!dragging);
|
||||||
|
|
||||||
|
#ifdef __HAIKU__
|
||||||
|
item = new BMenuItem("Configure Leaf Menu"B_UTF8_ELLIPSIS, new BMessage(msg_config_db));
|
||||||
|
#else
|
||||||
item = new BMenuItem("Configure Be Menu"B_UTF8_ELLIPSIS, new BMessage(msg_config_db));
|
item = new BMenuItem("Configure Be Menu"B_UTF8_ELLIPSIS, new BMessage(msg_config_db));
|
||||||
|
#endif
|
||||||
item->SetTarget(be_app);
|
item->SetTarget(be_app);
|
||||||
subMenu->AddItem(item);
|
subMenu->AddItem(item);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user