Clarify what the dialog in CppFileSettingsWidget::slotEdit() actually does

This commit is contained in:
Daniel Molkentin
2009-07-24 14:08:09 +02:00
parent c8be3a3ea2
commit acdcf82eae

View File

@@ -260,7 +260,7 @@ void CppFileSettingsWidget::slotEdit()
return;
}
// 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())
return;
QFile file(path);