fix "open data folder" on windows
This commit is contained in:
parent
a78129adb9
commit
6beafc354d
@ -215,7 +215,7 @@ OptionsView::OptionsView():
|
||||
{
|
||||
//one of these should always be defined
|
||||
#ifdef WIN
|
||||
const char* openCommand = "start ";
|
||||
const char* openCommand = "explorer ";
|
||||
#elif MACOSX
|
||||
const char* openCommand = "open ";
|
||||
//#elif LIN
|
||||
|
Loading…
Reference in New Issue
Block a user