Skip to content

Commit

Permalink
change ticker
Browse files Browse the repository at this point in the history
  • Loading branch information
geniusgns committed May 20, 2015
1 parent 10c5bd9 commit d68ed77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/qt/bitcoinunits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ QString BitcoinUnits::name(int unit)
{
switch(unit)
{
case BTC: return QString("GNS");
case mBTC: return QString("mGNS");
case uBTC: return QString::fromUtf8("μGNS");
case BTC: return QString("Genius");
case mBTC: return QString("mGenius");
case uBTC: return QString::fromUtf8("μGenius");
default: return QString("???");
}
}
Expand Down

0 comments on commit d68ed77

Please sign in to comment.