X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_menu.pas;h=5c0452e464d9a2cbacec39794ed00767a04a1f28;hb=db4bc4b8c91eb98b8be6ec43d71bbb4851e427c4;hp=231737bb1db45fba057737caf4bf4feee5a3cdfd;hpb=a2e293a0411a842370664272697718994adbf3df;p=d2df-sdl.git diff --git a/src/game/g_menu.pas b/src/game/g_menu.pas index 231737b..5c0452e 100644 --- a/src/game/g_menu.pas +++ b/src/game/g_menu.pas @@ -1610,7 +1610,7 @@ begin _x := _x+h; end; - with TGUILabel(Result.AddChild(TGUILabel.Create('(Y\N)', FontID))) do + with TGUILabel(Result.AddChild(TGUILabel.Create('(Y/N)', FontID))) do begin X := (gScreenWidth div 2)-(GetWidth div 2); Y := _x;