Fix title is task panel for rectangular pattern

This commit is contained in:
wmayer 2012-08-29 13:33:27 +02:00
parent 188b0bc09f
commit 4cd1be2daf

View File

@ -44,7 +44,7 @@ using namespace Gui;
/* TRANSLATOR PartDesignGui::TaskPatternRectangularParameters */
TaskPatternRectangularParameters::TaskPatternRectangularParameters(QWidget *parent)
: TaskBox(Gui::BitmapFactory().pixmap("document-new"),tr("TaskPatternRectangularParameters"),true, parent)
: TaskBox(Gui::BitmapFactory().pixmap("document-new"),tr("Parameters rectangular pattern"),true, parent)
{
// we need a separate container widget to add all controls to
proxy = new QWidget(this);