comparison src/mainwindow.cpp @ 384:2925975bdc9e

Use "Open" in heading for clone-successful dialog to ensure action is recognisable from open dialog (closes #103)
author Chris Cannam
date Thu, 19 May 2011 09:45:54 +0100
parents f7dc2c5d8650
children 2a19d5706673
comparison
equal deleted inserted replaced
383:1affc7820bef 384:2925975bdc9e
2089 MultiChoiceDialog::addRecentArgument("remote", m_remoteRepoPath); 2089 MultiChoiceDialog::addRecentArgument("remote", m_remoteRepoPath);
2090 MultiChoiceDialog::addRecentArgument("remote", m_workFolderPath, true); 2090 MultiChoiceDialog::addRecentArgument("remote", m_workFolderPath, true);
2091 MoreInformationDialog::information 2091 MoreInformationDialog::information
2092 (this, 2092 (this,
2093 tr("Clone"), 2093 tr("Clone"),
2094 tr("Clone successful"), 2094 tr("Open successful"),
2095 tr("The remote repository was successfully cloned to the local folder <code>%1</code>.").arg(xmlEncode(m_workFolderPath)), 2095 tr("The remote repository was successfully cloned to the local folder <code>%1</code>.").arg(xmlEncode(m_workFolderPath)),
2096 output); 2096 output);
2097 enableDisableActions(); 2097 enableDisableActions();
2098 m_shouldHgStat = true; 2098 m_shouldHgStat = true;
2099 break; 2099 break;