Fixed crash of the Time Preflet in case localization catalog for current
system Locale persists. Pointed by Diver. Thanx! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40271 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -336,7 +336,7 @@ TimeZoneView::_BuildZoneMenu()
|
|||||||
|
|
||||||
BString region(zoneID, slashPos);
|
BString region(zoneID, slashPos);
|
||||||
|
|
||||||
if (region == B_TRANSLATE("Etc"))
|
if (region == "Etc")
|
||||||
region = kOtherRegion;
|
region = kOtherRegion;
|
||||||
else if (countryName.Length() == 0) {
|
else if (countryName.Length() == 0) {
|
||||||
// skip global timezones from other regions, we are just
|
// skip global timezones from other regions, we are just
|
||||||
|
|||||||
Reference in New Issue
Block a user