diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-15 15:24:20 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-15 15:24:20 +0200 |
commit | 7f03644116399ebcf036ef7ea9f62391a948ff54 (patch) | |
tree | eaa205d393764282e97596b7d7667e028693ea7c /src/GvimExt | |
parent | 35f330c0d21abe335ce242bfbbbcd7a8efb9108b (diff) | |
download | vim-git-7f03644116399ebcf036ef7ea9f62391a948ff54.tar.gz |
Last changes for the 7.3 release!v7.3
Diffstat (limited to 'src/GvimExt')
-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 5e872cc57..a44ee4ae6 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.3g] - "DisplayName"="Vim 7.3g: Edit with Vim popup menu entry" +[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 7.3] + "DisplayName"="Vim 7.3: Edit with Vim popup menu entry" "UninstallString"="uninstal.exe" |