forked from qt-creator/qt-creator
Clarify what the dialog in CppFileSettingsWidget::slotEdit() actually does
This commit is contained in:
@@ -260,7 +260,7 @@ void CppFileSettingsWidget::slotEdit()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// Pick a file name and write new template, edit with C++
|
// Pick a file name and write new template, edit with C++
|
||||||
path = QFileDialog::getSaveFileName(this, tr("Choose a new license template file"));
|
path = QFileDialog::getSaveFileName(this, tr("Choose a location for the new license template file"));
|
||||||
if (path.isEmpty())
|
if (path.isEmpty())
|
||||||
return;
|
return;
|
||||||
QFile file(path);
|
QFile file(path);
|
||||||
|
Reference in New Issue
Block a user