Add mousewheel icon to help and walkthrough

This commit is contained in:
Quincy Morgan
2020-07-13 10:57:59 -04:00
parent a4f3cd3fa3
commit f5d280682e
4 changed files with 10 additions and 4 deletions
+1
View File
@@ -75,6 +75,7 @@ export function helpString(id, replacements) {
save_icon: icon('#iD-icon-save', 'pre-text'),
leftclick: icon('#iD-walkthrough-mouse-left', 'pre-text operation'),
rightclick: icon('#iD-walkthrough-mouse-right', 'pre-text operation'),
mousewheel_icon: icon('#iD-walkthrough-mousewheel', 'pre-text operation'),
tap_icon: icon('#iD-walkthrough-tap', 'pre-text operation'),
doubletap_icon: icon('#iD-walkthrough-doubletap', 'pre-text operation'),
longpress_icon: icon('#iD-walkthrough-longpress', 'pre-text operation'),