diff --git a/src/Gui/CommandView.cpp b/src/Gui/CommandView.cpp
index 3fc2441420..1de74b6c30 100644
--- a/src/Gui/CommandView.cpp
+++ b/src/Gui/CommandView.cpp
@@ -1914,6 +1914,10 @@ StdBoxSelection::StdBoxSelection()
sToolTipText = QT_TR_NOOP("Box selection");
sWhatsThis = "Std_ViewBoxZoom";
sStatusTip = QT_TR_NOOP("Box selection");
+#if QT_VERSION >= 0x040200
+ sPixmap = "edit-select-box";
+#endif
+ sAccel = "Shift+B";
eType = AlterSelection;
}
diff --git a/src/Gui/Icons/edit-select-all.svg b/src/Gui/Icons/edit-select-all.svg
old mode 100644
new mode 100755
index b875ff920a..bbc95140dd
--- a/src/Gui/Icons/edit-select-all.svg
+++ b/src/Gui/Icons/edit-select-all.svg
@@ -1,347 +1,264 @@
+
diff --git a/src/Gui/Icons/edit-select-box.svg b/src/Gui/Icons/edit-select-box.svg
new file mode 100755
index 0000000000..abaf58cbe0
--- /dev/null
+++ b/src/Gui/Icons/edit-select-box.svg
@@ -0,0 +1,221 @@
+
+
+
+
diff --git a/src/Gui/Icons/resource.qrc b/src/Gui/Icons/resource.qrc
index 82548cd396..2114905a6d 100644
--- a/src/Gui/Icons/resource.qrc
+++ b/src/Gui/Icons/resource.qrc
@@ -43,6 +43,7 @@
edit-delete.svg
edit-paste.svg
edit-select-all.svg
+ edit-select-box.svg
edit-redo.svg
edit-undo.svg
edit-edit.svg