mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-06-03 16:02:34 +02:00
Merge 29658 via fix_qt_help_on_console_x_newline
This commit is contained in:
commit
0da1f69b92
@ -116,7 +116,7 @@ HelpMessageDialog::~HelpMessageDialog()
|
||||
void HelpMessageDialog::printToConsole()
|
||||
{
|
||||
// On other operating systems, the expected action is to print the message to the console.
|
||||
tfm::format(std::cout, "%s\n", qPrintable(text));
|
||||
tfm::format(std::cout, "%s", qPrintable(text));
|
||||
}
|
||||
|
||||
void HelpMessageDialog::showOrPrint()
|
||||
|
Loading…
Reference in New Issue
Block a user