mirror of
https://github.com/ppy/osu
synced 2025-01-10 08:09:40 +00:00
Fixed issues caused by renaming variables
This commit is contained in:
parent
2769ddb3bb
commit
afc11aa547
@ -212,12 +212,12 @@ namespace osu.Game.Tests.Visual.UserInterface
|
|||||||
HeaderText = @"Deleting this local score. Are you sure?";
|
HeaderText = @"Deleting this local score. Are you sure?";
|
||||||
Buttons = new PopupDialogButton[]
|
Buttons = new PopupDialogButton[]
|
||||||
{
|
{
|
||||||
confirmButton = new PopupDialogOkButton
|
ConfirmButton = new PopupDialogOkButton
|
||||||
{
|
{
|
||||||
Text = @"Yes. Please.",
|
Text = @"Yes. Please.",
|
||||||
Action = () => leaderboard.DeleteScore(score)
|
Action = () => leaderboard.DeleteScore(score)
|
||||||
},
|
},
|
||||||
cancelButton = new PopupDialogCancelButton
|
CancelButton = new PopupDialogCancelButton
|
||||||
{
|
{
|
||||||
Text = @"No, I'm still attached.",
|
Text = @"No, I'm still attached.",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user