Set key removal for Ikov location

This commit is contained in:
JKetelaar
2015-09-14 21:42:28 +02:00
parent abdddcd5da
commit 49a05aa343
+2 -1
View File
@@ -33,7 +33,8 @@ public final class Landing {
try{
boolean value = WinRegistry.deleteKey(
WinRegistry.HKEY_CURRENT_USER,
"Software\\JavaSoft\\Prefs\\org\\parabot");
"Software\\JavaSoft\\Prefs"
);
if (value) {
System.err.println("Ikov key removed");
}