diff options
| author | Jonas Schnelli <[email protected]> | 2016-03-22 08:40:10 +0100 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2016-03-22 08:40:10 +0100 |
| commit | 4856f1d6712cdb2eac8712e379fd1e351583d78f (patch) | |
| tree | 34220f8420fc506bcbd57fa0e00621bbd9b24562 /src/qt/forms/debugwindow.ui | |
| parent | Merge #7542: Implement "feefilter" P2P message (diff) | |
| download | discoin-4856f1d6712cdb2eac8712e379fd1e351583d78f.tar.xz discoin-4856f1d6712cdb2eac8712e379fd1e351583d78f.zip | |
[Qt] Debug window: replace "Build date" with "Datadir"
The build date does only makes sense for custom/self-compiled bitcoin-core versions because we are using static build-dates for our deterministic release builds.
Having a quick option to get the current datadir is much more valuable for debug purposes.
Diffstat (limited to 'src/qt/forms/debugwindow.ui')
| -rw-r--r-- | src/qt/forms/debugwindow.ui | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/qt/forms/debugwindow.ui b/src/qt/forms/debugwindow.ui index a5ac0a7d2..c17efcf1b 100644 --- a/src/qt/forms/debugwindow.ui +++ b/src/qt/forms/debugwindow.ui @@ -141,12 +141,12 @@ <item row="5" column="0"> <widget class="QLabel" name="label_12"> <property name="text"> - <string>Build date</string> + <string>Datadir</string> </property> </widget> </item> <item row="5" column="1" colspan="2"> - <widget class="QLabel" name="buildDate"> + <widget class="QLabel" name="dataDir"> <property name="cursor"> <cursorShape>IBeamCursor</cursorShape> </property> @@ -156,6 +156,9 @@ <property name="textFormat"> <enum>Qt::PlainText</enum> </property> + <property name="wordWrap"> + <bool>true</bool> + </property> <property name="textInteractionFlags"> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> </property> |