Skip to content

Commit d17e515

Browse files
committed
Fix IE name
1 parent 10f481f commit d17e515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/workflow.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ WINEDLLOVERRIDES="d3d8=b,d3d9=b,d3d10core=b,d3d11=b,dxgi=b" wine reg add 'HKEY_C
459459
{"name":"Control Panel", "command":"wine control"},
460460
{"name":"File Manager", "command":"winefile"},
461461
{"name":"Task Manager", "command":"wine taskmgr"},
462-
{"name":"IE Explorer", "command":"wine iexplore"},
462+
{"name":"Internet Explorer", "command":"wine iexplore"},
463463
{"name":"Kill Wine Process", "command":"wineserver -k"}
464464
];
465465

0 commit comments

Comments
 (0)