Skip to content

Commit c59164c

Browse files
committed
fix: typo
1 parent 1f0b92f commit c59164c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osrs/interfaces/mainscreen/grandexchange/grandexchange.simba

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ begin
367367

368368
with Self.Bounds do
369369
Self.HistoryButton := [X1+7, Y1+7, X1+53, Y1+26];
370-
Self.ConfirmButton := [X1+391, Y1+40, X1+473, Y1+59];
370+
Self.CollectButton := [X1+391, Y1+40, X1+473, Y1+59];
371371
end;
372372

373373
(*

0 commit comments

Comments
 (0)