Patch by Humdiner:

Changed strings in add-ons to sentence case. This is case-add-ons.diff
from #5169.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35046 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2010-01-13 11:48:15 +00:00
parent ab496a4be8
commit fcc3e627e1
54 changed files with 452 additions and 451 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ ConfigView::ConfigView(const BRect &frame, uint32 resize, uint32 flags)
float height = fontHeight.descent + fontHeight.ascent + fontHeight.leading;
BRect rect(10, 10, 200, 10 + height);
BStringView *stringView = new BStringView(rect, "title", "EXR Images");
BStringView *stringView = new BStringView(rect, "title", "EXR images");
stringView->SetFont(be_bold_font);
stringView->ResizeToPreferred();
AddChild(stringView);