summaryrefslogtreecommitdiff
path: root/rbutil/rbutilFrm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilFrm.cpp')
-rw-r--r--rbutil/rbutilFrm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/rbutilFrm.cpp b/rbutil/rbutilFrm.cpp
index fd48ad1fbe..600e418f11 100644
--- a/rbutil/rbutilFrm.cpp
+++ b/rbutil/rbutilFrm.cpp
@@ -473,7 +473,7 @@ void rbutilFrm::OnBootloaderRemoveBtn(wxCommandEvent& event)
473 MESG_DIALOG(wxT("The Uninstallation failed.") ); 473 MESG_DIALOG(wxT("The Uninstallation failed.") );
474 } 474 }
475 } 475 }
476 if(bootloadermethod == wxT("sansapatcher")) 476 else if(bootloadermethod == wxT("sansapatcher"))
477 { 477 {
478 if(sansapatcher(BOOTLOADER_REM,gv->plat_bootloadername[index])) 478 if(sansapatcher(BOOTLOADER_REM,gv->plat_bootloadername[index]))
479 { 479 {