Browse Source

update readme and splash screen text

0.8
Wladimir J. van der Laan 13 years ago
parent
commit
5762295ec3
  1. 4
      README.rst
  2. 2
      src/qt/bitcoin.cpp

4
README.rst

@ -14,6 +14,8 @@ This has been implemented: @@ -14,6 +14,8 @@ This has been implemented:
- All functionality of the original client, including taskbar icon/menu
- Splash screen
- Tabbed interface
- Overview page with current balance, unconfirmed balance, and such
@ -34,6 +36,8 @@ This has been implemented: @@ -34,6 +36,8 @@ This has been implemented:
- Support for English, German and Dutch languages
- Address books and transaction table can be sorted by any column
This has to be done:
- Start at system start

2
src/qt/bitcoin.cpp

@ -97,7 +97,7 @@ void InitMessage(const std::string &message) @@ -97,7 +97,7 @@ void InitMessage(const std::string &message)
{
if(splashref)
{
splashref->showMessage(QString::fromStdString(message), Qt::AlignBottom, QColor(255,255,255));
splashref->showMessage(QString::fromStdString(message), Qt::AlignBottom|Qt::AlignHCenter, QColor(255,255,200));
QApplication::instance()->processEvents();
}
}

Loading…
Cancel
Save