Selaa lähdekoodia

Do not highlight "uninstall cleanup" question message as it does not fit into Inno Setup GUI style

Source commit: be820596b368baed820673823264192d87da8f95
Martin Prikryl 6 vuotta sitten
vanhempi
sitoutus
c9e3f7749a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      source/windows/WinMain.cpp

+ 1 - 1
source/windows/WinMain.cpp

@@ -863,7 +863,7 @@ int __fastcall Execute()
       // workaround is that we create mutex in uninstaller, if it runs silent, and
       // ignore the UninstallCleanup, when the mutex exists.
       if ((OpenMutex(SYNCHRONIZE, false, L"WinSCPSilentUninstall") == NULL) &&
-          (MessageDialog(MainInstructions(LoadStr(UNINSTALL_CLEANUP)), qtConfirmation,
+          (MessageDialog(LoadStr(UNINSTALL_CLEANUP), qtConfirmation,
             qaYes | qaNo, HELP_UNINSTALL_CLEANUP) == qaYes))
       {
         DoCleanupDialog(StoredSessions, Configuration);