diff mainwindow.cpp @ 341:1fc2e0269ae0 help

Add Help button to multi-choice dialog
author Chris Cannam
date Tue, 15 Mar 2011 12:36:26 +0000
parents bb189827f6d1
children
line wrap: on
line diff
--- a/mainwindow.cpp	Tue Mar 15 12:00:31 2011 +0000
+++ b/mainwindow.cpp	Tue Mar 15 12:36:26 2011 +0000
@@ -1053,6 +1053,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("local",
@@ -1134,6 +1135,7 @@
     MultiChoiceDialog *d = new MultiChoiceDialog
         (tr("Change Remote Location"),
          tr("<qt><big>Change the remote location</big></qt>"),
+         "",
          this);
 
     d->addChoice("remote",