Returns the help text to show in the Windows Explorer status bar when the user hovers the cursor over the plugin's menu item. If not overridden, no help text will be shown. @return Help text for plugin.
| 50 | // @return Help text for plugin. |
| 51 | // |
| 52 | std::wstring Plugin::HelpText() const |
| 53 | { |
| 54 | return L""; |
| 55 | } |
| 56 | |
| 57 | // |
| 58 | // Returns the path to the icon to use for this plugin. If not overridden, |