more renaming
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23695 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -60,7 +60,7 @@ AppearancePrefView::AppearancePrefView(BRect frame, const char *name,
|
||||
fColorField->SetDivider(StringWidth(fColorField->Label()) + 8.0);
|
||||
AddChild(fColorField);
|
||||
|
||||
fColorControl = SetupBColorControl(BPoint(r.left, r.bottom + 10),
|
||||
fColorControl = SetupColorControl(BPoint(r.left, r.bottom + 10),
|
||||
B_CELLS_32x8, 6, MSG_COLOR_CHANGED);
|
||||
fColorControl->SetValue(PrefHandler::Default()->getRGB(PREF_TEXT_FORE_COLOR));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user