Fix [2856097] The "Enter new Location/Address" countries are not translate / fix for zkwebui
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2856097
This commit is contained in:
parent
95c5b756be
commit
359f90cee2
|
|
@ -131,7 +131,7 @@ public class WLocationDialog extends Window implements EventListener
|
||||||
MCountry.setDisplayLanguage(Env.getAD_Language(Env.getCtx()));
|
MCountry.setDisplayLanguage(Env.getAD_Language(Env.getCtx()));
|
||||||
for (MCountry country:MCountry.getCountries(Env.getCtx()))
|
for (MCountry country:MCountry.getCountries(Env.getCtx()))
|
||||||
{
|
{
|
||||||
lstCountry.appendItem(country.getName(), country);
|
lstCountry.appendItem(country.toString(), country);
|
||||||
}
|
}
|
||||||
setCountry();
|
setCountry();
|
||||||
lstCountry.addEventListener(Events.ON_SELECT,this);
|
lstCountry.addEventListener(Events.ON_SELECT,this);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue