forked from qt-creator/qt-creator
Git: Fix quoting of repository name
... in the "Uncommited Changes Found" dialog. Change-Id: I7f987786f4aada47983b849419e2443311dec75f Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
André Hartmann
parent
3b8f51391b
commit
e903f9e350
@@ -3591,7 +3591,7 @@ void GitClient::StashInfo::stashPrompt(const QString &command, const QString &st
|
|||||||
QString *errorMessage)
|
QString *errorMessage)
|
||||||
{
|
{
|
||||||
QMessageBox msgBox(QMessageBox::Question, tr("Uncommitted Changes Found"),
|
QMessageBox msgBox(QMessageBox::Question, tr("Uncommitted Changes Found"),
|
||||||
tr("What would you like to do with local changes in:") + "\n\n"
|
tr("What would you like to do with local changes in:") + "\n\n\""
|
||||||
+ QDir::toNativeSeparators(m_workingDir) + '\"',
|
+ QDir::toNativeSeparators(m_workingDir) + '\"',
|
||||||
QMessageBox::NoButton, ICore::dialogParent());
|
QMessageBox::NoButton, ICore::dialogParent());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user