Skip to content

Commit 7185189

Browse files
committed
fix: typo in Windows Cursors
`Unavailiable` -> `Unavailable` `Dng1` -> `Dgn1` `Dng2` -> `Dgn2` Related to ful1e5/BreezeX_Cursor#30
1 parent 7b9e4b2 commit 7185189

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

configs/win_lg.build.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ win_name = 'Move'
2121

2222
[cursors.bottom_left_corner]
2323
png = 'bottom_left_corner.png'
24-
win_name = 'Dng2'
24+
win_name = 'Dgn2'
2525

2626
[cursors.bottom_right_corner]
2727
png = 'bottom_right_corner.png'
28-
win_name = 'Dng1'
28+
win_name = 'Dgn1'
2929

3030
[cursors.cross]
3131
png = 'cross.png'
@@ -35,7 +35,7 @@ win_name = 'Cross'
3535
png = 'crossed_circle.png'
3636
x_hotspot = 56
3737
y_hotspot = 17
38-
win_name = 'Unavailiable'
38+
win_name = 'Unavailable'
3939

4040
[cursors.hand1]
4141
png = 'hand1.png'

configs/win_rg.build.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ win_name = 'Move'
2121

2222
[cursors.bottom_left_corner]
2323
png = 'bottom_left_corner.png'
24-
win_name = 'Dng2'
24+
win_name = 'Dgn2'
2525

2626
[cursors.bottom_right_corner]
2727
png = 'bottom_right_corner.png'
28-
win_name = 'Dng1'
28+
win_name = 'Dgn1'
2929

3030
[cursors.cross]
3131
png = 'cross.png'
@@ -35,7 +35,7 @@ win_name = 'Cross'
3535
png = 'crossed_circle.png'
3636
x_hotspot = 56
3737
y_hotspot = 17
38-
win_name = 'Unavailiable'
38+
win_name = 'Unavailable'
3939

4040
[cursors.hand1]
4141
png = 'hand1.png'

configs/win_xl.build.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ win_name = 'Move'
2121

2222
[cursors.bottom_left_corner]
2323
png = 'bottom_left_corner.png'
24-
win_name = 'Dng2'
24+
win_name = 'Dgn2'
2525

2626
[cursors.bottom_right_corner]
2727
png = 'bottom_right_corner.png'
28-
win_name = 'Dng1'
28+
win_name = 'Dgn1'
2929

3030
[cursors.cross]
3131
png = 'cross.png'
@@ -35,7 +35,7 @@ win_name = 'Cross'
3535
png = 'crossed_circle.png'
3636
x_hotspot = 56
3737
y_hotspot = 17
38-
win_name = 'Unavailiable'
38+
win_name = 'Unavailable'
3939

4040
[cursors.hand1]
4141
png = 'hand1.png'

0 commit comments

Comments
 (0)