File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ void reveal_in_explorer(const std::filesystem::path& path) {
2828#else
2929 if (std::filesystem::exists (path)) {
3030#if defined __linux__
31- std::string command = " xdg-open \" " + path.string () + " \" " ;
32- launch_process (command);
31+ std::string command = " xdg-open \" " + path.string () + " \" " ;
32+ launch_process (command);
3333#elif defined _WIN32
3434
3535 PIDLIST_ABSOLUTE pidl;
@@ -45,12 +45,12 @@ void reveal_in_explorer(const std::filesystem::path& path) {
4545 }
4646 }
4747 }
48+ #endif
4849 }
4950 else {
5051 wxMessageBox (" The item at " + path.string () + " could not be found." , " Cannot Reveal Item" , wxOK | wxICON_ERROR);
5152 }
5253#endif
53- #endif
5454}
5555
5656long wxListCtrl_get_selected (wxListCtrl* listCtrl) {
You can’t perform that action at this time.
0 commit comments