| 400 | } |
| 401 | |
| 402 | void UpdateClipboard(const std::string &path) { |
| 403 | SetClipboard(path); |
| 404 | g_MainApplication->ShowNotification(cfg::Strings.GetString(g_MainApplication->GetBrowserLayout()->GetExplorer()->IsFile(path) ? 257 : 258)); |
| 405 | } |
| 406 | |
| 407 | } |
no test coverage detected