diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-01-22 14:47:33 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-01-22 15:28:50 +0100 |
commit | f0219813d58c0708b48992dd1313d594aa773ac0 (patch) | |
tree | c46292e70cf6f9927c29381e58c7891a88e25612 /src/qt/forms | |
parent | fe87b207177a3faf265693b991bc9d8d61e112a0 (diff) |
[Qt] move helpmessage from debug window to main menu
- the option to show our help message dialog resides now in main menu
under help
Diffstat (limited to 'src/qt/forms')
-rw-r--r-- | src/qt/forms/rpcconsole.ui | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/qt/forms/rpcconsole.ui b/src/qt/forms/rpcconsole.ui index 69504f3159..31d61ec468 100644 --- a/src/qt/forms/rpcconsole.ui +++ b/src/qt/forms/rpcconsole.ui @@ -339,32 +339,6 @@ </widget> </item> <item row="16" column="0"> - <widget class="QLabel" name="labelCLOptions"> - <property name="font"> - <font> - <weight>75</weight> - <bold>true</bold> - </font> - </property> - <property name="text"> - <string>Command-line options</string> - </property> - </widget> - </item> - <item row="17" column="0"> - <widget class="QPushButton" name="showCLOptionsButton"> - <property name="toolTip"> - <string>Show the Bitcoin-Core help message to get a list with possible Bitcoin command-line options.</string> - </property> - <property name="text"> - <string>&Show</string> - </property> - <property name="autoDefault"> - <bool>false</bool> - </property> - </widget> - </item> - <item row="18" column="0"> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> |