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:
parent
2dfee1f79a
commit
a5237f5fc6
@ -336,7 +336,7 @@ TimeZoneView::_BuildZoneMenu()
|
||||
|
||||
BString region(zoneID, slashPos);
|
||||
|
||||
if (region == B_TRANSLATE("Etc"))
|
||||
if (region == "Etc")
|
||||
region = kOtherRegion;
|
||||
else if (countryName.Length() == 0) {
|
||||
// skip global timezones from other regions, we are just
|
||||
|
Loading…
Reference in New Issue
Block a user