(svn r25076) -Add [FS#5212]: Georgian Lari and Iranian Rial as currencies

This commit is contained in:
planetmaker
2013-03-09 16:31:56 +00:00
parent fae3cbae9f
commit 303ebbb6e4
3 changed files with 6 additions and 0 deletions

View File

@@ -56,6 +56,8 @@ enum Currencies {
CURRENCY_KRW, ///< South Korean Won
CURRENCY_ZAR, ///< South African Rand
CURRENCY_CUSTOM, ///< Custom currency
CURRENCY_GEL, ///< Georgian Lari
CURRENCY_IRR, ///< Iranian Rial
CURRENCY_END, ///< always the last item
};