mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-26 09:24:28 +02:00
fix "open data folder" on windows
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user