Returns the path to the icon to use for this plugin. If not overridden, no icon file will be specified. @return Path to icon file, or an empty string if not specified.
| 61 | // @return Path to icon file, or an empty string if not specified. |
| 62 | // |
| 63 | std::wstring Plugin::IconFile() const |
| 64 | { |
| 65 | return L""; |
| 66 | } |
| 67 | |
| 68 | // |
| 69 | // Determines if the default icon should be used to display this |