add testnet splashscreen. correct translation name.

This commit is contained in:
EverGreenCoin 2017-11-30 14:32:33 -05:00
parent e14a23b2eb
commit f72a8bd9b4
5 changed files with 8 additions and 9 deletions

View File

@ -49,11 +49,6 @@ Designer: Everaldo (Everaldo Coelho)
License: GNU/GPL
Site: http://findicons.com/icon/17102/reload?id=17102
Image: src/qt/res/images/splash2.jpg (Wallet image)
Designer: Crobbo (forum), adapted to Litecoin by BitcoinPorn (forum)
Site: https://bitcointalk.org/index.php?topic=32273.0, https://bitcointalk.org/index.php?topic=47417.msg591988#msg591988
License: Public domain
Icon: src/qt/res/icons/debugwindow.png
Designer: Vignoni David
Site: http://www.oxygen-icons.org/

View File

@ -196,7 +196,10 @@ int main(int argc, char *argv[])
return 1;
}
QSplashScreen splash(QPixmap(":/images/splash"), 0);
QString splashPath;
if (GetBoolArg("-testnet")) splashPath=":/images/splash_testnet";
else splashPath=":/images/splash";
QSplashScreen splash(QPixmap(splashPath), 0);
if (GetBoolArg("-splash", true) && !GetBoolArg("-min"))
{
splash.show();

View File

@ -45,7 +45,8 @@
</qresource>
<qresource prefix="/images">
<file alias="about">res/images/about.png</file>
<file alias="splash">res/images/splash2.jpg</file>
<file alias="splash">res/images/splash.jpg</file>
<file alias="splash_testnet">res/images/splash_testnet.jpg</file>
<file alias="wallet_bgcoin">res/images/wallet_bgcoin.png</file>
</qresource>
<qresource prefix="/movies">
@ -71,8 +72,8 @@
<file alias="es_CL">locale/curecoin_es_CL.qm</file>
<file alias="et">locale/curecoin_et.qm</file>
<file alias="eu_ES">locale/curecoin_eu_ES.qm</file>
<file alias="da">locale/curecoin_fa.qm</file>
<file alias="da_IR">locale/curecoin_fa_IR.qm</file>
<file alias="fa">locale/curecoin_fa.qm</file>
<file alias="fa_IR">locale/curecoin_fa_IR.qm</file>
<file alias="fi">locale/curecoin_fi.qm</file>
<file alias="fr">locale/curecoin_fr.qm</file>
<file alias="fr_CA">locale/curecoin_fr_CA.qm</file>

View File

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB