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:
@@ -343,7 +343,7 @@ TimeZoneView::_BuildZoneMenu()
|
|||||||
// just accept timezones from our supported regions, others are
|
// just accept timezones from our supported regions, others are
|
||||||
// aliases and would just make the list even longer
|
// aliases and would just make the list even longer
|
||||||
TranslatedRegionMap::iterator regionIter = regionMap.find(region);
|
TranslatedRegionMap::iterator regionIter = regionMap.find(region);
|
||||||
if (regionIter == zoneItemMap.end())
|
if (regionIter == regionMap.end())
|
||||||
continue;
|
continue;
|
||||||
const BString& regionName = regionIter->second;
|
const BString& regionName = regionIter->second;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user