Add currency symbol for AED, which is the default currency code for the
Arabic locale.  There is probably a better symbol for the currency than
Dh, but that was what I found with a quick search at coinmill.com.

The whole currency setup needs to be reworked, but this will do for now.

Patch by: jat
Review by: scottb (desk review)



git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@2937 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/i18n/client/constants/CurrencyCodeMapConstants.properties b/user/src/com/google/gwt/i18n/client/constants/CurrencyCodeMapConstants.properties
index 84e4ed2..bf39d28 100644
--- a/user/src/com/google/gwt/i18n/client/constants/CurrencyCodeMapConstants.properties
+++ b/user/src/com/google/gwt/i18n/client/constants/CurrencyCodeMapConstants.properties
@@ -1,4 +1,5 @@
 USD = $
+AED = Dh
 ARS = $
 AWG = \u0192
 AUD = $
@@ -89,7 +90,7 @@
 VND = \u20AB
 YER = \uFDFC
 ZWD = $
-currencyMap = USD, ARS, AWG, AUD, BSD, BBD, BEF, BZD, BMD, BOB, BRL, BRC, GBP, \
+currencyMap = USD, AED, ARS, AWG, AUD, BSD, BBD, BEF, BZD, BMD, BOB, BRL, BRC, GBP, \
 BND, KHR, CAD, KYD, CLP, CNY, COP, CRC, CUP, CYP, DKK, DOP, XCD, \
 EGP, SVC, GBP, EUR, XEU, FKP, FJD, FRF, GIP, GRD, GGP, GYD, NLG, \
 HKD, HKD, INR, IRR, IEP, IMP, ILS, ITL, JMD, JPY, JEP, KPW, KRW, \