Fix typo that (suprisingly only) broke the gcc4 build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42671 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
aee8efc244
commit
bafd229765
@ -343,7 +343,7 @@ TimeZoneView::_BuildZoneMenu()
|
||||
// just accept timezones from our supported regions, others are
|
||||
// aliases and would just make the list even longer
|
||||
TranslatedRegionMap::iterator regionIter = regionMap.find(region);
|
||||
if (regionIter == zoneItemMap.end())
|
||||
if (regionIter == regionMap.end())
|
||||
continue;
|
||||
const BString& regionName = regionIter->second;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user