Skip to content

Commit

Permalink
txhistorydialog : add missing formatting case
Browse files Browse the repository at this point in the history
  • Loading branch information
zathras-crypto committed Apr 14, 2015
1 parent dc0d4ac commit 78b5fe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/txhistorydialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ void TXHistoryDialog::showDetails()
if (!strTXText.empty()) {
strTXText = ReplaceStr(",",",\n ",strTXText);
strTXText = ReplaceStr(":"," : ",strTXText);
strTXText = ReplaceStr("{","{\n ",strTXText);
strTXText = ReplaceStr("}","\n}",strTXText);
strTXText = ReplaceStr("[","[\n",strTXText);
PopulateSimpleDialog(strTXText, "Transaction Information", "Transaction Information");
Expand Down

0 comments on commit 78b5fe2

Please sign in to comment.