diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-11-08 08:13:08 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2013-11-08 09:18:32 +0100 |
commit | 91163c15f64e5bbf75e41defb721ba4a5e3b412b (patch) | |
tree | 0bf7c64cb233f23d134bc86ace5c97bc481a2570 /src/qt/forms/rpcconsole.ui | |
parent | b744fdbf52b6d050e7f8a86f01e43cd18e9fd658 (diff) |
[Qt] rename rpcconsole window
- rework window title to not include Bitcoin - in front, as no other
dialog does this
- favor a connect() call over an own function for clearing the traffic
graph
- write monospace lowercase (seems to be correct after some web search)
and add a comment that we should avoid / remove fixed font sizes
Diffstat (limited to 'src/qt/forms/rpcconsole.ui')
-rw-r--r-- | src/qt/forms/rpcconsole.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/forms/rpcconsole.ui b/src/qt/forms/rpcconsole.ui index 54c41ffb67..c77c5a384c 100644 --- a/src/qt/forms/rpcconsole.ui +++ b/src/qt/forms/rpcconsole.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>Bitcoin - Debug window</string> + <string>Debug window</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> |