Edit configuration file from within wallet

This commit is contained in:
crowning- 2015-02-15 14:33:01 +01:00
parent e4a290dc04
commit 8e312833ea

View File

@ -517,3 +517,8 @@ void RPCConsole::showNetwork()
ui->tabWidget->setCurrentIndex(2);
show();
}
void RPCConsole::showConfEditor()
{
GUIUtil::openConfigfile();
}