Skip to content

Commit

Permalink
Add UI InitMessage for -loadblock.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Corallo committed Jun 7, 2012
1 parent 1a3a3c6 commit 24f4c50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/init.cpp
Expand Up @@ -676,6 +676,7 @@ bool AppInit2()

if (mapArgs.count("-loadblock"))
{
uiInterface.InitMessage(_("Importing additional blocks..."));
BOOST_FOREACH(string strFile, mapMultiArgs["-loadblock"])
{
FILE *file = fopen(strFile.c_str(), "rb");
Expand Down

0 comments on commit 24f4c50

Please sign in to comment.