Feature: Added New Russian Ruble as currency (#6678)

This commit is contained in:
ScumbagDog
2018-07-29 15:43:27 +02:00
committed by Patric Stout
parent 76f788124b
commit 16cf577b61
3 changed files with 3 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ enum Currencies {
CURRENCY_CUSTOM, ///< Custom currency
CURRENCY_GEL, ///< Georgian Lari
CURRENCY_IRR, ///< Iranian Rial
CURRENCY_RUB, ///< New Russian Ruble
CURRENCY_END, ///< always the last item
};