comparison src/VisVim/DSAddIn.cpp @ 1204:a3c21128b246

updated for version 7.1b
author vimboss
date Thu, 10 May 2007 17:44:18 +0000
parents 3fc0f57ecb91
children
comparison
equal deleted inserted replaced
1203:f62b7845db87 1204:a3c21128b246
91 return S_OK; 91 return S_OK;
92 } 92 }
93 93
94 // Add a command to DevStudio 94 // Add a command to DevStudio
95 // Creates a toolbar button for the command also. 95 // Creates a toolbar button for the command also.
96 // 'MethodName' is the name of the methode specified in the .odl file 96 // 'MethodName' is the name of the method specified in the .odl file
97 // 'StrResId' the resource id of the descriptive string 97 // 'StrResId' the resource id of the descriptive string
98 // 'GlyphIndex' the image index into the command buttons bitmap 98 // 'GlyphIndex' the image index into the command buttons bitmap
99 // Return true on success 99 // Return true on success
100 // 100 //
101 bool CDSAddIn::AddCommand (IApplication* pApp, char* MethodName, char* CmdName, 101 bool CDSAddIn::AddCommand (IApplication* pApp, char* MethodName, char* CmdName,