diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-05-09 17:31:59 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-05-09 17:32:17 +0200 |
commit | bfbfb53ed468734376039f74a8ca2ddf2047c6f4 (patch) | |
tree | eec46073d4a6eae7cec5e06c7bfc18a4bf48cc27 | |
parent | b84172434d32ee26268817daf865897570e9ac32 (diff) |
Add key shortcuts for RPC console tabs
- Alt-I for Information, Alt-C for Console
-rw-r--r-- | src/qt/forms/rpcconsole.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/rpcconsole.ui b/src/qt/forms/rpcconsole.ui index d973e3a9f9..7e496a5ce7 100644 --- a/src/qt/forms/rpcconsole.ui +++ b/src/qt/forms/rpcconsole.ui @@ -21,7 +21,7 @@ </property> <widget class="QWidget" name="tab_info"> <attribute name="title"> - <string>Information</string> + <string>&Information</string> </attribute> <layout class="QGridLayout" name="gridLayout" columnstretch="0,1"> <property name="horizontalSpacing"> @@ -234,7 +234,7 @@ </widget> <widget class="QWidget" name="tab_console"> <attribute name="title"> - <string>Console</string> + <string>&Console</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_3"> <property name="spacing"> |