fix "open data folder" on windows

This commit is contained in:
jacob1
2014-09-23 17:06:52 -04:00
parent a78129adb9
commit 6beafc354d

View File

@@ -215,7 +215,7 @@ OptionsView::OptionsView():
{ {
//one of these should always be defined //one of these should always be defined
#ifdef WIN #ifdef WIN
const char* openCommand = "start "; const char* openCommand = "explorer ";
#elif MACOSX #elif MACOSX
const char* openCommand = "open "; const char* openCommand = "open ";
//#elif LIN //#elif LIN