Skip to content

Commit

Permalink
exchange rate: default to USD
Browse files Browse the repository at this point in the history
  • Loading branch information
xilanma committed Dec 12, 2014
1 parent 1232f8e commit fb14927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/exchange_rate.py
Expand Up @@ -647,7 +647,7 @@ def ok_clicked():
return False

def fiat_unit(self):
return self.config.get("currency", "EUR")
return self.config.get("currency", "USD")

def add_fiat_edit(self):
self.fiat_e = AmountEdit(self.fiat_unit)
Expand Down

0 comments on commit fb14927

Please sign in to comment.