From 67f36e0b2ce0f99b90578e7e1dd9e0624026bcfa Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Mon, 9 Dec 2019 11:07:16 +0100 Subject: gui: Move static placeholder texts to forms There was an issue around the time of Qt 4.6 when placeholder text was introduced, that caused a compile failure when it was specified in the form. As a workaround the placeholder texts were moved to the code. Qt 4 hasn't been relevant to us for ages. So move all (non-parametrized) placeholder texts to the form files instead. It's better to keep this kind of text content together. Makes sure translate/no-translate status is kept as it is. --- src/qt/forms/openuridialog.ui | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/qt/forms/openuridialog.ui') diff --git a/src/qt/forms/openuridialog.ui b/src/qt/forms/openuridialog.ui index 2acec314fd..1b7291ab9d 100644 --- a/src/qt/forms/openuridialog.ui +++ b/src/qt/forms/openuridialog.ui @@ -24,7 +24,11 @@ - + + + bitcoin: + + -- cgit v1.2.3