Index: rbutil/rbutilFrm.cpp
===================================================================
--- rbutil/rbutilFrm.cpp	(révision 12949)
+++ rbutil/rbutilFrm.cpp	(copie de travail)
@@ -382,10 +382,6 @@
            MESG_DIALOG(wxT("Unsupported Bootloader Method") );
         }
     }
-    else
-    {
-        MESG_DIALOG(wxT("The bootloader Uninstallation wizard was cancelled") );
-    }
 
     wxLogVerbose(wxT("=== end rbutilFrm::OnBootloaderRemoveBtn"));
 }
@@ -488,10 +484,6 @@
            MESG_DIALOG(wxT("Unsupported Bootloader Method") );
         }
     }
-    else
-    {
-        MESG_DIALOG(wxT("The bootloader installation wizard was cancelled") );
-    }
 
     wxLogVerbose(wxT("=== end rbutilFrm::OnBootloaderBtn"));
 
@@ -613,9 +605,6 @@
             buf.Printf(wxT("Unable to unzip %s"), dest.c_str() );
             ERR_DIALOG(buf, wxT("Install"));
         }
-    } else
-    {
-        MESG_DIALOG(wxT("The installation wizard was cancelled") );
     }
 
     wxLogVerbose(wxT("=== end rbutilFrm::OnInstallBtn"));
@@ -710,9 +699,6 @@
             buf.Printf(wxT("Unable to unzip %s"), dest.c_str() );
             ERR_DIALOG(buf, wxT("Font Install"));
         }
-    } else
-    {
-        MESG_DIALOG(wxT("The font installation wizard was cancelled") );
     }
 
     wxLogVerbose(wxT("=== end rbutilFrm::OnFontBtn"));
@@ -759,10 +745,6 @@
 
 
     }
-    else
-    {
-        MESG_DIALOG(wxT("The Themes installation wizard was cancelled") );
-    }
 
      wxLogVerbose(wxT("=== end rbutilFrm::OnThemesBtn(event)"));
 }
@@ -798,9 +780,6 @@
             msg->ShowModal();
             delete msg;
         }
-    } else
-    {
-        MESG_DIALOG(wxT("The uninstallation wizard was cancelled.") );
     }
 
     wxLogVerbose(wxT("=== end rbutilFrm::OnRemoveBtn"));
@@ -834,9 +813,6 @@
         {
             ERR_DIALOG(wxT("Installation failed"), wxT("Portable Install"));
         }
-    } else
-    {
-        MESG_DIALOG(wxT("The portable installation wizard was cancelled") );
     }
 
     wxLogVerbose(wxT("=== end rbutilFrm::OnUnstallPortable"));
