Sentence casing corrections, no functional change.

This commit is contained in:
Rene Gollent 2013-05-29 23:34:43 -04:00
parent dd33ff02fd
commit 8835205cf6
3 changed files with 8 additions and 8 deletions

View File

@ -787,9 +787,9 @@ TeamWindow::_Init()
.AddGroup(B_VERTICAL, B_USE_SMALL_SPACING) .AddGroup(B_VERTICAL, B_USE_SMALL_SPACING)
.AddGroup(B_HORIZONTAL, B_USE_SMALL_SPACING) .AddGroup(B_HORIZONTAL, B_USE_SMALL_SPACING)
.Add(fRunButton = new BButton("Run")) .Add(fRunButton = new BButton("Run"))
.Add(fStepOverButton = new BButton("Step Over")) .Add(fStepOverButton = new BButton("Step over"))
.Add(fStepIntoButton = new BButton("Step Into")) .Add(fStepIntoButton = new BButton("Step into"))
.Add(fStepOutButton = new BButton("Step Out")) .Add(fStepOutButton = new BButton("Step out"))
.AddGlue() .AddGlue()
.End() .End()
.Add(fSourcePathView = new BStringView( .Add(fSourcePathView = new BStringView(
@ -872,16 +872,16 @@ TeamWindow::_Init()
item = new BMenuItem("Copy", new BMessage(B_COPY), 'C'); item = new BMenuItem("Copy", new BMessage(B_COPY), 'C');
menu->AddItem(item); menu->AddItem(item);
item->SetTarget(this); item->SetTarget(this);
item = new BMenuItem("Select All", new BMessage(B_SELECT_ALL), 'A'); item = new BMenuItem("Select all", new BMessage(B_SELECT_ALL), 'A');
menu->AddItem(item); menu->AddItem(item);
item->SetTarget(this); item->SetTarget(this);
menu = new BMenu("Tools"); menu = new BMenu("Tools");
fMenuBar->AddItem(menu); fMenuBar->AddItem(menu);
item = new BMenuItem("Save Debug Report", item = new BMenuItem("Save debug report",
new BMessage(MSG_CHOOSE_DEBUG_REPORT_LOCATION)); new BMessage(MSG_CHOOSE_DEBUG_REPORT_LOCATION));
menu->AddItem(item); menu->AddItem(item);
item->SetTarget(this); item->SetTarget(this);
item = new BMenuItem("Inspect Memory", item = new BMenuItem("Inspect memory",
new BMessage(MSG_SHOW_INSPECTOR_WINDOW), 'I'); new BMessage(MSG_SHOW_INSPECTOR_WINDOW), 'I');
menu->AddItem(item); menu->AddItem(item);
item->SetTarget(this); item->SetTarget(this);

View File

@ -371,7 +371,7 @@ ThreadListView::_Init()
B_TRUNCATE_END, B_ALIGN_LEFT)); B_TRUNCATE_END, B_ALIGN_LEFT));
fThreadsTable->AddColumn(new StringTableColumn(2, "Name", 200, 40, 1000, fThreadsTable->AddColumn(new StringTableColumn(2, "Name", 200, 40, 1000,
B_TRUNCATE_END, B_ALIGN_LEFT)); B_TRUNCATE_END, B_ALIGN_LEFT));
fThreadsTable->AddColumn(new StringTableColumn(3, "Stop Reason", fThreadsTable->AddColumn(new StringTableColumn(3, "Stop reason",
200, 40, 1000, B_TRUNCATE_END, B_ALIGN_LEFT)); 200, 40, 1000, B_TRUNCATE_END, B_ALIGN_LEFT));
fThreadsTable->SetSelectionMode(B_SINGLE_SELECTION_LIST); fThreadsTable->SetSelectionMode(B_SINGLE_SELECTION_LIST);

View File

@ -80,7 +80,7 @@ WatchPromptWindow::_Init()
fArchitecture->GetWatchpointDebugCapabilities(maxDebugRegisters, fArchitecture->GetWatchpointDebugCapabilities(maxDebugRegisters,
maxBytesPerRegister, debugCapabilityFlags); maxBytesPerRegister, debugCapabilityFlags);
BMenu* typeMenu = new BMenu("Watch Type"); BMenu* typeMenu = new BMenu("Watch type");
BMenuItem* watchTypeItem = new BMenuItem("Read", NULL); BMenuItem* watchTypeItem = new BMenuItem("Read", NULL);
watchTypeItem->SetEnabled( watchTypeItem->SetEnabled(