From a943d422ae8a2e88f3f54665dac7308c61486f38 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sun, 20 May 2012 10:27:12 +0200 Subject: [PATCH] small fix in installer --- installer/source/menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/source/menu.cpp b/installer/source/menu.cpp index 3185d8a..3b5f5c0 100644 --- a/installer/source/menu.cpp +++ b/installer/source/menu.cpp @@ -239,7 +239,7 @@ int menu_install_uninstall(int install) printf("\x1b[%i;%iH", startpos_x +2, startpos_y); if(install == 1) printf("Install the HomebrewFilter now"); - else if(install == 2) + else if(install == 0) printf("Uninstall the HomebrewFilter now"); else if(install == 2) printf("Reinstall the HomebrewFilter now");