# HG changeset patch # User Chris Cannam # Date 1589479398 -3600 # Node ID 56503c58178facc9666595b13f0a10afa4573b20 # Parent 98321b83ac9bf5050f5e31365608187b233031bf Make countdown slightly shorter diff -r 98321b83ac9b -r 56503c58178f main/MainWindow.cpp --- a/main/MainWindow.cpp Thu May 14 19:03:05 2020 +0100 +++ b/main/MainWindow.cpp Thu May 14 19:03:18 2020 +0100 @@ -340,17 +340,17 @@ m_surveyer = nullptr; #ifdef WITH_FEEDBACK_REQUEST - SVDEBUG << "MainWindow: Creating surveyer" << endl; + SVDEBUG << "MainWindow: Feedback request enabled, creating surveyer" << endl; Surveyer::Config config; config.hostname = "sonicvisualiser.org"; config.testPath = "feedback41-present.txt"; config.surveyPath = "feedback41.php"; config.countdownKey = "countdown41"; - config.countdownFrom = 5; + config.countdownFrom = 4; config.title = "Sonic Visualiser - Can you help?"; config.text = "

Sonic Visualiser: Can you help?

" "

Are you using Sonic Visualiser in academic research or for commercial purposes? Or do you intend to do so?

" - "

If so, would you be interested in telling us something about your work? We are gathering case studies to gauge the impact of our work and to guide our future actions.

Anything you tell us will be used only to guide research and development at the Centre for Digital Music, Queen Mary University of London.

"; + "

If so, would you be interested in telling us something about your work? We are gathering case studies to gauge our impact and inform our future actions.

Anything you tell us will be used solely to guide research and development at the Centre for Digital Music, Queen Mary University of London.

"; config.acceptLabel = tr("Yes, I'd be happy to"); config.rejectLabel = tr("No, thank you"); config.includeSystemInfo = false;