[Gpredict-svn] SF.net SVN: gpredict:[142] trunk/src/sat-pref-rot-editor.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2008-09-20 23:38:52
|
Revision: 142
http://gpredict.svn.sourceforge.net/gpredict/?rev=142&view=rev
Author: csete
Date: 2008-09-20 23:38:50 +0000 (Sat, 20 Sep 2008)
Log Message:
-----------
Added default value to az-type selector.
Modified Paths:
--------------
trunk/src/sat-pref-rot-editor.c
Modified: trunk/src/sat-pref-rot-editor.c
===================================================================
--- trunk/src/sat-pref-rot-editor.c 2008-09-20 23:36:06 UTC (rev 141)
+++ trunk/src/sat-pref-rot-editor.c 2008-09-20 23:38:50 UTC (rev 142)
@@ -203,6 +203,7 @@
"0\302\260 \342\206\222 180\302\260 \342\206\222 360\302\260");
gtk_combo_box_append_text (GTK_COMBO_BOX (aztype),
"-180\302\260 \342\206\222 0\302\260 \342\206\222 +180\302\260");
+ gtk_combo_box_set_active (GTK_COMBO_BOX (aztype), 0);
gtk_widget_set_tooltip_text (aztype,
_("Select your azimuth range here. Note that gpredict assumes "
"that 0\302\260 is at North and + direction is clockwise for "\
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|