diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-12 13:40:39 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-12 13:40:39 +0000 |
commit | 03d42258dba280d6fa2458a5df14b67b7fec6014 (patch) | |
tree | 198cc081abacb895d8e76b20b0607c20389c3aa2 /src/GvimExt/GvimExt.reg | |
parent | 8f6d679581c344c263f9ab617311287282eaa40b (diff) | |
download | vim-git-03d42258dba280d6fa2458a5df14b67b7fec6014.tar.gz |
updated for version 7.1
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 7409fa0d4..7f7bfee59 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.1b] - "DisplayName"="Vim 7.1b: Edit with Vim popup menu entry" +[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 7.1] + "DisplayName"="Vim 7.1: Edit with Vim popup menu entry" "UninstallString"="uninstal.exe" |