summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 629df7b)
raw | patch | inline | side by side (parent: 629df7b)
author | Stas'M <x86corez@gmail.com> | |
Tue, 22 May 2018 17:12:57 +0000 (20:12 +0300) | ||
committer | Stas'M <x86corez@gmail.com> | |
Tue, 22 May 2018 17:13:34 +0000 (20:13 +0300) |
src/editor/f_main.pas | patch | blob | history |
diff --git a/src/editor/f_main.pas b/src/editor/f_main.pas
index d543e3fdb5048e130d0def4a71730acb1db1ff47..e2635344a0977677c10d8bf4e71ec0a2470fcfb9 100644 (file)
--- a/src/editor/f_main.pas
+++ b/src/editor/f_main.pas
3: str := _lc[I_PROP_TR_SHOT_AIM_3];
else str := _lc[I_PROP_TR_SHOT_AIM_0];
end;
- with ItemProps[InsertRow(_lc[I_PROP_TR_SHOT_AIM], str, True)-1] do
+ with ItemProps[InsertRow(_lc[I_PROP_TR_SHOT_AIM], str, True)] do
begin
EditStyle := esPickList;
ReadOnly := True;