diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-03-05 21:42:42 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-03-05 21:42:42 +0000 |
commit | 613fd9db2c4e53e5f23971a7a2ed275a0411ab64 (patch) | |
tree | 847323da35349b00f219af58911a31f78db6d815 | |
parent | added sign and verify pages to integrated help (diff) | |
download | gpg4usb-613fd9db2c4e53e5f23971a7a2ed275a0411ab64.tar.gz gpg4usb-613fd9db2c4e53e5f23971a7a2ed275a0411ab64.zip |
minor bugfixes in integrated help
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.2@840 34ebc366-c3a9-4b3c-9f84-69acf7962910
-rw-r--r-- | release/help/docu_decrypt.html | 2 | ||||
-rw-r--r-- | release/help/docu_encrypt_file.html | 4 | ||||
-rw-r--r-- | release/help/docu_sign.html | 4 | ||||
-rw-r--r-- | release/help/docu_verify.html | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/release/help/docu_decrypt.html b/release/help/docu_decrypt.html index 535d90c..d8b9158 100644 --- a/release/help/docu_decrypt.html +++ b/release/help/docu_decrypt.html @@ -72,7 +72,7 @@ Now Bobby can read the encrypted text. </div> <hr/> -Previous: <a href="docu_encrypt.html">Encrypt a message</a> | <a href="docu.html">Main</a> | Next: <a href="docu_encrypt_file.html">Encrypt a file</a> +Previous: <a href="docu_encrypt.html">Encrypt a message</a> | <a href="docu.html">Main</a> | Next: <a href="docu_sign.html">Sign a message</a> </div> </body> </html> diff --git a/release/help/docu_encrypt_file.html b/release/help/docu_encrypt_file.html index 5d83b1d..ab699d0 100644 --- a/release/help/docu_encrypt_file.html +++ b/release/help/docu_encrypt_file.html @@ -10,7 +10,7 @@ <body> <div style="width:800px;text-align:center;float:center"> -Previous: <a href="docu_decrypt.html">Decrypt a message</a> | <a href="docu.html">Main</a> | Next: <a href="docu_decrypt_file.html">Decrypt a file</a> +Previous: <a href="docu_verify.html">Verify a message</a> | <a href="docu.html">Main</a> | Next: <a href="docu_decrypt_file.html">Decrypt a file</a> <hr/> @@ -72,7 +72,7 @@ Now he hits the ok-button </div> <hr/> -Previous: <a href="docu_decrypt.html">Decrypt a message</a> | <a href="docu.html">Main</a> | Next: <a href="docu_decrypt_file.html">Decrypt a file</a> +Previous: <a href="docu_verify.html">Verify a message</a> | <a href="docu.html">Main</a> | Next: <a href="docu_decrypt_file.html">Decrypt a file</a> </div> </body> </html> diff --git a/release/help/docu_sign.html b/release/help/docu_sign.html index 599000e..46a2095 100644 --- a/release/help/docu_sign.html +++ b/release/help/docu_sign.html @@ -12,7 +12,7 @@ <div style="width:800px;text-align:center;float:center"> -Previous: <a href="docu_decrypt.html">Decrypt a message</a> | Next: <a href="docu_verify.html">Verify a message</a> +Previous: <a href="docu_decrypt.html">Decrypt a message</a> | <a href="docu.html">Main</a> | Next: <a href="docu_verify.html">Verify a message</a> <hr/> <div id="content"> @@ -57,7 +57,7 @@ Now Bobby enters the passphrase of his private key.<br/> Afterwards the signed message is shown. </p> <hr/> -Previous: <a href="docu_decrypt.html">Decrypt a message</a> | Next: <a href="docu_verify.html">Verify a message</a> +Previous: <a href="docu_decrypt.html">Decrypt a message</a> | <a href="docu.html">Main</a> | Next: <a href="docu_verify.html">Verify a message</a> </div> </div> </body> diff --git a/release/help/docu_verify.html b/release/help/docu_verify.html index 4c2ce81..718dc5d 100644 --- a/release/help/docu_verify.html +++ b/release/help/docu_verify.html @@ -11,7 +11,7 @@ <body> <div style="width:800px;text-align:center;float:center"> -Previous: <a href="docu_sign.html">Sign a message</a> | Next: <a href="docu_encrypt_file.html">Encrypt a file</a> +Previous: <a href="docu_sign.html">Sign a message</a> | <a href="docu.html">Main</a> | Next: <a href="docu_encrypt_file.html">Encrypt a file</a> <hr/> <div id="content"> @@ -62,7 +62,7 @@ If the key is not present, you can try to import the key from the default keyser <hr/> -Previous: <a href="docu_sign.html">Sign a message</a> | Next: <a href="docu_encrypt_file.html">Encrypt a file</a> +Previous: <a href="docu_sign.html">Sign a message</a> | <a href="docu.html">Main</a> | Next: <a href="docu_encrypt_file.html">Encrypt a file</a> </div> </div> </body> |