diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:44:18 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:44:18 +0000 |
commit | 3d27a45f9a536be76175d5a6c4d0d9ed552f8ebb (patch) | |
tree | 2b16c46af3e6269ce446fae70131a1afb1b80a8a /src/VisVim | |
parent | 044b68f42a945cdccb357ee6bb67d719ba532cd4 (diff) | |
download | vim-git-3d27a45f9a536be76175d5a6c4d0d9ed552f8ebb.tar.gz |
updated for version 7.1b
Diffstat (limited to 'src/VisVim')
-rw-r--r-- | src/VisVim/DSAddIn.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VisVim/DSAddIn.cpp b/src/VisVim/DSAddIn.cpp index 3e7254461..b16361b90 100644 --- a/src/VisVim/DSAddIn.cpp +++ b/src/VisVim/DSAddIn.cpp @@ -93,7 +93,7 @@ STDMETHODIMP CDSAddIn::OnDisconnection (VARIANT_BOOL bLastTime) // Add a command to DevStudio // Creates a toolbar button for the command also. -// 'MethodName' is the name of the methode specified in the .odl file +// 'MethodName' is the name of the method specified in the .odl file // 'StrResId' the resource id of the descriptive string // 'GlyphIndex' the image index into the command buttons bitmap // Return true on success |