mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
21 lines
1.5 KiB
Diff
21 lines
1.5 KiB
Diff
--- 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
|