diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-18 23:29:58 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-18 23:29:58 +0200 |
commit | d28478b5576e7c2aebf70a9fb03b4e4036dca03c (patch) | |
tree | 96e2acb26157b4eb38cf49b64043011d4092e4ad /src/GvimExt/GvimExt.reg | |
parent | 16d79a3b621e5aa21a3ec50ba4c3bfc522a3a7b3 (diff) | |
download | vim-git-d28478b5576e7c2aebf70a9fb03b4e4036dca03c.tar.gz |
Vim 7.3a -> 7.3b.
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 388794663..7c288c0fd 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.3a] - "DisplayName"="Vim 7.3a: Edit with Vim popup menu entry" +[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 7.3b] + "DisplayName"="Vim 7.3b: Edit with Vim popup menu entry" "UninstallString"="uninstal.exe" |