| 139 | } |
| 140 | |
| 141 | PluginPaths GetLocations() const |
| 142 | { |
| 143 | PluginPaths paths; |
| 144 | for(const auto& text : mPaths) |
| 145 | { |
| 146 | if(!text.IsEmpty()) |
| 147 | paths.push_back(text); |
| 148 | } |
| 149 | return paths; |
| 150 | } |
| 151 | |
| 152 | void OnAddNewLocationClicked(wxCommandEvent&) |
| 153 | { |