fix broken build (UdjinM6)

This commit is contained in:
UdjinM6 2014-12-11 14:07:03 +01:00 committed by vertoe
parent 6662300900
commit 91795c25b1
4 changed files with 5 additions and 5 deletions

View File

@ -64,7 +64,7 @@ bool AppInit(int argc, char* argv[])
//
// Parameters
//
// If Qt is used, parameters/darkcoin.conf are parsed in qt/bitcoin.cpp's main()
// If Qt is used, parameters/darkcoin.conf are parsed in qt/darkcoin.cpp's main()
ParseParameters(argc, argv);
if (!boost::filesystem::is_directory(GetDataDir(false)))
{

View File

@ -153,7 +153,7 @@ BITCOIN_MM = \
macnotificationhandler.mm
QT_MOC = \
bitcoin.moc \
darkcoin.moc \
intro.moc \
overviewpage.moc \
rpcconsole.moc

View File

@ -221,7 +221,7 @@ private:
void startThread();
};
#include "bitcoin.moc"
#include "darkcoin.moc"
BitcoinCore::BitcoinCore():
QObject()

View File

@ -724,7 +724,7 @@ Address: %4
<translation>Wallet is &lt;b&gt;encrypted&lt;/b&gt; and currently &lt;b&gt;locked&lt;/b&gt;</translation>
</message>
<message>
<location filename="../bitcoin.cpp" line="+447"/>
<location filename="../darkcoin.cpp" line="+447"/>
<source>A fatal error occurred. Bitcoin can no longer continue safely and will quit.</source>
<translation>A fatal error occurred. Bitcoin can no longer continue safely and will quit.</translation>
</message>
@ -1706,7 +1706,7 @@ Address: %4
<context>
<name>QObject</name>
<message>
<location filename="../bitcoin.cpp" line="+71"/>
<location filename="../darkcoin.cpp" line="+71"/>
<location line="+7"/>
<location line="+13"/>
<source>Bitcoin</source>