fixed exported calibration name (stereo)

This commit is contained in:
matlabbe
2015-04-06 15:54:19 -04:00
parent 9d58a6ec25
commit 71be7921aa
3 changed files with 6 additions and 9 deletions

View File

@@ -85,6 +85,7 @@ PreferencesDialog::PreferencesDialog(QWidget * parent) :
{
ULOGGER_DEBUG("");
_calibrationDialog->setWindowFlags(Qt::Window);
_calibrationDialog->setWindowTitle(tr("Calibration"));
_ui = new Ui_preferencesDialog();
_ui->setupUi(this);