[Gpredict-svn] SF.net SVN: gpredict:[642] trunk/src/sat-cfg.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <cs...@us...> - 2010-07-12 14:01:06
|
Revision: 642 http://gpredict.svn.sourceforge.net/gpredict/?rev=642&view=rev Author: csete Date: 2010-07-12 14:01:00 +0000 (Mon, 12 Jul 2010) Log Message: ----------- Changed default value of SKY_AT_GLANCE/COLOUR_07 to be darker. Modified Paths: -------------- trunk/src/sat-cfg.c Modified: trunk/src/sat-cfg.c =================================================================== --- trunk/src/sat-cfg.c 2010-07-12 13:39:19 UTC (rev 641) +++ trunk/src/sat-cfg.c 2010-07-12 14:01:00 UTC (rev 642) @@ -192,7 +192,7 @@ { "SKY_AT_GLANCE", "COLOUR_04", 0xd06b38}, { "SKY_AT_GLANCE", "COLOUR_05", 0xcf477a}, { "SKY_AT_GLANCE", "COLOUR_06", 0xbf041f}, - { "SKY_AT_GLANCE", "COLOUR_07", 0x04bf20}, + { "SKY_AT_GLANCE", "COLOUR_07", 0x688522}, { "SKY_AT_GLANCE", "COLOUR_08", 0x0420bf}, { "SKY_AT_GLANCE", "COLOUR_09", 0xa304bf}, { "SKY_AT_GLANCE", "COLOUR_10", 0x04bdbf}, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |