aboutsummaryrefslogtreecommitdiffstats
path: root/unicode/src/screens/UScreenSongJumpto.pas
diff options
context:
space:
mode:
Diffstat (limited to 'unicode/src/screens/UScreenSongJumpto.pas')
-rw-r--r--unicode/src/screens/UScreenSongJumpto.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/unicode/src/screens/UScreenSongJumpto.pas b/unicode/src/screens/UScreenSongJumpto.pas
index a8679368..17696b20 100644
--- a/unicode/src/screens/UScreenSongJumpto.pas
+++ b/unicode/src/screens/UScreenSongJumpto.pas
@@ -92,7 +92,7 @@ begin
begin
if (Interaction = 0) AND (Length(Button[0].Text[0].Text) > 0) then
begin
- Button[0].Text[0].DeleteLastL;
+ Button[0].Text[0].DeleteLastLetter;
SetTextFound(CatSongs.SetFilter(Button[0].Text[0].Text, SelectType));
end;
end;