From bbd34fbd40e0f0697e9e044783b7a0e9acfc9202 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Fri, 4 Mar 2011 17:55:42 +0000 Subject: [PATCH] [controller] use a more personal file name for the pubkey --- SparkleShare/SparkleController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparkleController.cs b/SparkleShare/SparkleController.cs index 3574a34f..5164c64b 100644 --- a/SparkleShare/SparkleController.cs +++ b/SparkleShare/SparkleController.cs @@ -905,7 +905,7 @@ namespace SparkleShare { SparkleHelpers.DebugInfo ("Config", "Created public key '" + key_file_name + ".pub'"); File.Copy (key_file_path + ".pub", - Path.Combine (SparklePath, "Your key.txt")); + Path.Combine (SparklePath, UserName + "'s key.txt")); };