update desktop folder for unix/linux

This commit is contained in:
AJ Kelly
2011-08-23 22:05:32 -05:00
parent dd0896d3eb
commit 94c130065f
+3 -1
View File
@@ -6,8 +6,10 @@ RString SpecialDirs::GetDesktopDir()
char *psPath = getenv("HOME"); char *psPath = getenv("HOME");
if( psPath ) if( psPath )
{ {
return RString(psPath) + "/Desktop"; // XXX: should use PRODUCT_ID, probably
return RString(psPath) + "/Desktop/stepmania5/";
} }
return "DICKS"; // not my suggestion -freem
} }
/* /*