Fixed two bugs, thanks to wmayer

This commit is contained in:
jrheinlaender
2012-11-30 13:34:02 +04:30
committed by wmayer
parent 7a9fdf444c
commit 6a553dded9
2 changed files with 3 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ using namespace Gui;
/* TRANSLATOR PartDesignGui::TaskDraftParameters */
TaskDraftParameters::TaskDraftParameters(ViewProviderDraft *DraftView,QWidget *parent)
: TaskBox(Gui::BitmapFactory().pixmap("Part_Draft"),tr("Draft parameters"),true, parent),DraftView(DraftView)
: TaskBox(Gui::BitmapFactory().pixmap("PartDesign_Draft"),tr("Draft parameters"),true, parent),DraftView(DraftView)
{
selectionMode = none;