Skip to content

Commit

Permalink
fix "open data folder" on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Sep 23, 2014
1 parent a78129a commit 6beafc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/options/OptionsView.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 6beafc3

Please sign in to comment.