diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-05-07 15:16:06 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-05-07 15:16:06 +0000 |
commit | 1423b9d3b8eec56227414417621350ac27af6fd7 (patch) | |
tree | 402271d532e6f0ba927f470502804c28a96831e8 /src/GvimExt/GvimExt.reg | |
parent | 2f567ab5c2459f0239f811c198998fc4ba3d71e4 (diff) | |
download | vim-git-1423b9d3b8eec56227414417621350ac27af6fd7.tar.gz |
updated for version 7.0v7.0
Diffstat (limited to 'src/GvimExt/GvimExt.reg')
-rw-r--r-- | src/GvimExt/GvimExt.reg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GvimExt/GvimExt.reg b/src/GvimExt/GvimExt.reg index bb906e26c..2b80956d8 100644 --- a/src/GvimExt/GvimExt.reg +++ b/src/GvimExt/GvimExt.reg @@ -15,6 +15,6 @@ REGEDIT4 [HKEY_LOCAL_MACHINE\Software\Vim\Gvim] "path"="gvim.exe" -[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 7.0g] - "DisplayName"="Vim 7.0g: Edit with Vim popup menu entry" +[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 7.0] + "DisplayName"="Vim 7.0: Edit with Vim popup menu entry" "UninstallString"="uninstal.exe" |