diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-08-09 17:55:22 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-08-09 17:55:22 +0000 |
commit | ed39e1d53cc4916c2390aea635cd8419497c1460 (patch) | |
tree | 55d468c93579ad2607d56eade9fd6b685cd00c44 /src/GvimExt/GvimExt.reg | |
parent | a6404a4e100ebe2081bd2678166604f402330143 (diff) | |
download | vim-ed39e1d53cc4916c2390aea635cd8419497c1460.zip |
updated for version 7.2-000
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 c63c0314b..383628420 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.2c] - "DisplayName"="Vim 7.2c: Edit with Vim popup menu entry" +[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 7.2] + "DisplayName"="Vim 7.2: Edit with Vim popup menu entry" "UninstallString"="uninstal.exe" |