comparison main/NetworkPermissionTester.cpp @ 2594:2de306979a2a sv_v4.2

Minor updates to debug and other wording for 4.2; fix failure to show plugin population warning dialog
author Chris Cannam
date Fri, 14 Aug 2020 10:48:29 +0100
parents 893f556cd5c9
children
comparison
equal deleted inserted replaced
2593:bc882961a233 2594:2de306979a2a
79 } 79 }
80 80
81 QString postamble; 81 QString postamble;
82 postamble = QCoreApplication::translate 82 postamble = QCoreApplication::translate
83 ("NetworkPermissionTester", 83 ("NetworkPermissionTester",
84 "<p><b>No personal information will be sent, no tracking is carried out, and no individual information will be shared with anyone else.</b> We will however make aggregate counts of distinct requests for usage reporting.</p>" 84 "<p><b>No personal information will be sent, no tracking is carried out, and no information will be shared with anyone else.</b></p>"
85 "<p>We recommend that you allow this, because it makes Sonic Visualiser more useful to you and supports the public funding of this work. But if you do not wish to allow it, please un-check the box below.<br></p>"); 85 "<p>We recommend that you allow this, because it makes Sonic Visualiser more useful to you. But if you do not wish to allow it, please un-check the box below.<br></p>");
86 86
87 QLabel *label = new QLabel; 87 QLabel *label = new QLabel;
88 label->setWordWrap(true); 88 label->setWordWrap(true);
89 label->setText(preamble + bullets + postamble); 89 label->setText(preamble + bullets + postamble);
90 layout->addWidget(label, 0, 0); 90 layout->addWidget(label, 0, 0);