Skip to content

Commit 1310a3e

Browse files
committed
Fix name of key in FindWaypointWindow.ini
1 parent aecfc86 commit 1310a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TSMapEditor/Config/Default/UI/Windows/FindWaypointWindow.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $Text=translate(Waypoint:)
2222
$X=getRight(lblWaypoint) + HORIZONTAL_SPACING
2323
$Width=getWidth(FindWaypointWindow) - getX(tbWaypoint) - EMPTY_SPACE_SIDES
2424
$Y=getY(lblWaypoint) - 1
25-
EnterPressButton=btnFind
25+
EnterPressControl=btnFind
2626

2727
[btnFind]
2828
$Width=100

0 commit comments

Comments
 (0)