Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
i18n: fix compile fail
  • Loading branch information
miurahr committed Sep 17, 2011
1 parent d886823 commit 68a098c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions net/systemeD/potlatch2/mapfeatures/MapFeatures.as
Expand Up @@ -37,9 +37,6 @@ package net.systemeD.potlatch2.mapfeatures {
var xmlLoader:NestedXMLLoader = new NestedXMLLoader();
xmlLoader.addEventListener(Event.COMPLETE, onFeatureLoad);

if (loaderInfo.parameters['locale']) {
Globals.vars.locale = loaderInfo.parameters['locale'];
}
if (Globals.vars.locale != null){
xmlLoader.load("map_features/map_features" + "-" + Globals.vars.locale + ".xml");
} else {
Expand Down

0 comments on commit 68a098c

Please sign in to comment.