mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 06:52:36 +01:00
raise helpMessageDialog
This commit is contained in:
parent
f656165e9c
commit
77114462f2
1 changed files with 1 additions and 1 deletions
|
@ -845,7 +845,7 @@ void BitcoinGUI::showDebugWindowActivateConsole()
|
||||||
|
|
||||||
void BitcoinGUI::showHelpMessageClicked()
|
void BitcoinGUI::showHelpMessageClicked()
|
||||||
{
|
{
|
||||||
helpMessageDialog->show();
|
GUIUtil::bringToFront(helpMessageDialog);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef ENABLE_WALLET
|
#ifdef ENABLE_WALLET
|
||||||
|
|
Loading…
Add table
Reference in a new issue