[Gpredict-svn] SF.net SVN: gpredict:[386] trunk/src/map-selector.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <cs...@us...> - 2009-08-06 20:44:42
|
Revision: 386 http://gpredict.svn.sourceforge.net/gpredict/?rev=386&view=rev Author: csete Date: 2009-08-06 20:44:36 +0000 (Thu, 06 Aug 2009) Log Message: ----------- Updated. Modified Paths: -------------- trunk/src/map-selector.c Modified: trunk/src/map-selector.c =================================================================== --- trunk/src/map-selector.c 2009-08-06 20:41:45 UTC (rev 385) +++ trunk/src/map-selector.c 2009-08-06 20:44:36 UTC (rev 386) @@ -95,7 +95,7 @@ /* select current map file */ if (g_path_is_absolute (curmap)) { - /* map is user specific, ie. in $HOME/.gpredict2/maps/ */ + /* map is user specific, ie. in USER_CONF_DIR/maps/ */ selection = g_strdup (curmap); } else { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |