update desktop folder for unix/linux
This commit is contained in:
@@ -6,8 +6,10 @@ RString SpecialDirs::GetDesktopDir()
|
||||
char *psPath = getenv("HOME");
|
||||
if( psPath )
|
||||
{
|
||||
return RString(psPath) + "/Desktop";
|
||||
// XXX: should use PRODUCT_ID, probably
|
||||
return RString(psPath) + "/Desktop/stepmania5/";
|
||||
}
|
||||
return "DICKS"; // not my suggestion -freem
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user