Files
macports-ports/java/BrowserLauncher2/files/patch-source-at-jta-Regor.java.diff

21 lines
1.5 KiB
Diff
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
--- source/at/jta/Regor.java.orig 2007-08-30 14:40:24.000000000 -0500
+++ source/at/jta/Regor.java 2016-02-15 11:58:05.000000000 -0600
@@ -352,7 +352,7 @@
/******************************************************************************************************************************
* Method set the specified string value
* Methode setzt (oder erstellt) einen Wert auf eine Zeichenfolge
- * Will man den defaulteintrag ändern, so muss man valueName "" übergeben
+ * Will man den defaulteintrag ändern, so muss man valueName "" übergeben
* @param key obtained by openKey
* @param valueName the string value name in the registry you want to set
* @param value the new value you want to set
@@ -479,7 +479,7 @@
/******************************************************************************************************************************
* Create new key/subkey in the registry with the specified name
* Attentition: if the key is successfully returned, you should close and open the key again, because the obtained key
- * doesnt have a high access level (so maybe creating or deleting a key/value wouldn´t be successful)
+ * doesnt have a high access level (so maybe creating or deleting a key/value wouldn´t be successful)
* @param key handle to parent key obtained from openKey
* @param subkey name of the key/subkey you want to create
* @return on success the handle to the new key will be returned, otherwhise it will be -1