diff --git a/src/Gui/CommandView.cpp b/src/Gui/CommandView.cpp
index 6d8a8356b5..dda1a12b77 100644
--- a/src/Gui/CommandView.cpp
+++ b/src/Gui/CommandView.cpp
@@ -621,7 +621,7 @@ Gui::Action * StdCmdDrawStyle::createAction(void)
a5->setObjectName(QString::fromLatin1("Std_DrawStyleShaded"));
a5->setShortcut(QKeySequence(QString::fromUtf8("V,6")));
QAction* a6 = pcAction->addAction(QString());
- a1->setCheckable(true);
+ a6->setCheckable(true);
a6->setIcon(BitmapFactory().iconFromTheme("DrawStyleFlatLines"));
a6->setObjectName(QString::fromLatin1("Std_DrawStyleFlatLines"));
a6->setShortcut(QKeySequence(QString::fromUtf8("V,7")));
diff --git a/src/Gui/Icons/resource.qrc b/src/Gui/Icons/resource.qrc
index b41fb3593e..510d6dc79b 100644
--- a/src/Gui/Icons/resource.qrc
+++ b/src/Gui/Icons/resource.qrc
@@ -138,6 +138,8 @@
DrawStylePoints.svg
DrawStyleShaded.svg
DrawStyleWireFrame.svg
+ DrawStyleHiddenLine.svg
+ DrawStyleNoShading.svg
user.svg
Std_CoordinateSystem.svg
Std_CoordinateSystem_alt.svg