diff options
Diffstat (limited to 'Userland/Applications/SpaceAnalyzer')
-rw-r--r-- | Userland/Applications/SpaceAnalyzer/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/SpaceAnalyzer/main.cpp b/Userland/Applications/SpaceAnalyzer/main.cpp index 04864c2265..67615db99e 100644 --- a/Userland/Applications/SpaceAnalyzer/main.cpp +++ b/Userland/Applications/SpaceAnalyzer/main.cpp @@ -360,7 +360,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments) "Deletion failed", GUI::MessageBox::Type::Error, GUI::MessageBox::InputType::YesNo); - if (retry_message_result == GUI::MessageBox::ExecYes) { + if (retry_message_result == GUI::MessageBox::ExecResult::Yes) { try_again = true; } } else { |