Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Ungureanu <marius.ungureanu@xamarin.com>2014-12-09 04:15:15 +0300
committerMarius Ungureanu <marius.ungureanu@xamarin.com>2014-12-09 04:15:15 +0300
commit935b43ce5f1f7c2db1984f367da0ae91034c5c7c (patch)
tree74db4cf0797f4350a238c74c31cf0d8c2b62333b /main/src/addins/WindowsPlatform
parent98722eb02ca7ed81fd7a1418826c8b1f7a52a929 (diff)
[Windows] Update documentation to reflect registry key for openwith registration.
Diffstat (limited to 'main/src/addins/WindowsPlatform')
-rw-r--r--main/src/addins/WindowsPlatform/WindowsPlatform/JumpList.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/addins/WindowsPlatform/WindowsPlatform/JumpList.cs b/main/src/addins/WindowsPlatform/WindowsPlatform/JumpList.cs
index 94c0c351f9..00e2dbf048 100644
--- a/main/src/addins/WindowsPlatform/WindowsPlatform/JumpList.cs
+++ b/main/src/addins/WindowsPlatform/WindowsPlatform/JumpList.cs
@@ -104,7 +104,7 @@ namespace MonoDevelop.Platform
{
this.supportedExtensions = new List<string> ();
- // Determine the correct value for /HKCR/MonoDevelop[version]/shell/Open/Command
+ // Determine the correct value for /HKCR/XamarinStudio/shell/Open/Command
ProcessModule monoDevelopAssembly = Process.GetCurrentProcess ().MainModule;
string exePath = monoDevelopAssembly.FileName;
string executeString = exePath + " %1";