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
#ifdef WIN
const char* openCommand = "start ";
const char* openCommand = "explorer ";
#elif MACOSX
const char* openCommand = "open ";
//#elif LIN