[Gpredict-svn] SF.net SVN: gpredict:[519] trunk/src
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <cs...@us...> - 2009-11-18 22:30:25
|
Revision: 519 http://gpredict.svn.sourceforge.net/gpredict/?rev=519&view=rev Author: csete Date: 2009-11-18 22:30:19 +0000 (Wed, 18 Nov 2009) Log Message: ----------- Added config keys for new GRID layout. Modified Paths: -------------- trunk/src/sat-cfg.c trunk/src/sat-cfg.h Modified: trunk/src/sat-cfg.c =================================================================== --- trunk/src/sat-cfg.c 2009-11-18 17:06:56 UTC (rev 518) +++ trunk/src/sat-cfg.c 2009-11-18 22:30:19 UTC (rev 519) @@ -213,6 +213,7 @@ { "GLOBAL", "DEFAULT_QTH", "sample.qth"}, { "GLOBAL", "OPEN_MODULES", "Amateur"}, { "GLOBAL", "HTML_BROWSER", NULL}, + { "MODULES", "GRID", "1;0;2;0;1;2;0;1;1;2;3;1;2;1;2"}, { "MODULES", "MAP_FILE", "nasa-bmng-07_1024.jpg"}, { "MODULES", "MAP_FONT", "Sans 8"}, { "MODULES", "POLAR_FONT", "Sans 10"}, Modified: trunk/src/sat-cfg.h =================================================================== --- trunk/src/sat-cfg.h 2009-11-18 17:06:56 UTC (rev 518) +++ trunk/src/sat-cfg.h 2009-11-18 22:30:19 UTC (rev 519) @@ -137,6 +137,7 @@ SAT_CFG_STR_DEF_QTH, /*!< Default QTH file. */ SAT_CFG_STR_OPEN_MODULES, /*!< Open modules. */ SAT_CFG_STR_WEB_BROWSER, /*!< Web browser string. */ + SAT_CFG_STR_MODULE_GRID, /*!< The grid layout of the module */ SAT_CFG_STR_MAP_FILE, /*!< Map file (abs or rel). */ SAT_CFG_STR_MAP_FONT, /*!< Map font. */ SAT_CFG_STR_POL_FONT, /*!< Polar view font. */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |