* removed all BLocale-related getters from BLocaleRoster - they're available

in BLocale (which is accessible via be_locale)
* adjusted all users accordingly


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38459 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe
2010-08-30 19:58:19 +00:00
parent 9910e4f1bf
commit b7f609650b
14 changed files with 57 additions and 130 deletions
+2 -4
View File
@@ -196,7 +196,7 @@ TranslationComparator(const void* left, const void* right)
rightName = rightTranslation->languageCode;
BCollator collator;
be_locale_roster->GetDefaultCollator(&collator);
be_locale->GetCollator(&collator);
return collator.Compare(leftName.String(), rightName.String());
}
@@ -1114,9 +1114,7 @@ AboutView::_CreateCreditsView()
fCreditsView->Insert(langName);
fCreditsView->Insert("\n");
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kDarkGrey);
fCreditsView->Insert(
translation.names
);
fCreditsView->Insert(translation.names);
}
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &kHaikuOrange);