diff src/mainwindow.cpp @ 677:0329bbd4b57c

Merge from branch "help"
author Chris Cannam
date Thu, 06 Dec 2018 13:54:34 +0000
parents mainwindow.cpp@1fc2e0269ae0 mainwindow.cpp@ce29dc775650
children 21e03596dd93
line wrap: on
line diff
--- a/src/mainwindow.cpp	Thu Dec 06 13:45:23 2018 +0000
+++ b/src/mainwindow.cpp	Thu Dec 06 13:54:34 2018 +0000
@@ -1446,6 +1446,7 @@
         MultiChoiceDialog *d = new MultiChoiceDialog
                                (tr("Open Repository"),
                                 tr("<qt><big>What would you like to open?</big></qt>"),
+                                tr("https://code.soundsoftware.ac.uk/projects/easyhg/wiki/HelpOpenDialog"),
                                 this);
 
         d->addChoice("remote",
@@ -1540,6 +1541,7 @@
     MultiChoiceDialog *d = new MultiChoiceDialog
         (tr("Set Remote Location"),
          tr("<qt><big>Set the remote location</big></qt>"),
+         "",
          this);
 
     QString explanation;