From aaab56fe00f67c5e54722306ce30771d464d88ac Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Tue, 21 Jun 2016 16:04:24 +0300 Subject: [PATCH] Fixed typos. --HG-- branch : develop --- src/app/valentina/mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/valentina/mainwindow.cpp b/src/app/valentina/mainwindow.cpp index 49879c745..7bfc2906d 100644 --- a/src/app/valentina/mainwindow.cpp +++ b/src/app/valentina/mainwindow.cpp @@ -2109,7 +2109,7 @@ void MainWindow::ActionDetails(bool checked) if(drawMode) { - currentDrawIndex = comboBoxDraws->currentIndex();//save current pattern peace + currentDrawIndex = comboBoxDraws->currentIndex();//save current pattern piece drawMode = false; } comboBoxDraws->setCurrentIndex(comboBoxDraws->count()-1);// Need to get data about all details @@ -2181,7 +2181,7 @@ void MainWindow::ActionLayout(bool checked) if(drawMode) { - currentDrawIndex = comboBoxDraws->currentIndex();//save current pattern peace + currentDrawIndex = comboBoxDraws->currentIndex();//save current pattern piece drawMode = false; } comboBoxDraws->setCurrentIndex(comboBoxDraws->count()-1);// Need to get data about all details