[Gpredict-svn] SF.net SVN: gpredict:[206] trunk/src/sat-pref-rig-editor.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2009-03-21 10:08:45
|
Revision: 206
http://gpredict.svn.sourceforge.net/gpredict/?rev=206&view=rev
Author: csete
Date: 2009-03-21 10:08:44 +0000 (Sat, 21 Mar 2009)
Log Message:
-----------
Changed radio typoe labels.
Modified Paths:
--------------
trunk/src/sat-pref-rig-editor.c
Modified: trunk/src/sat-pref-rig-editor.c
===================================================================
--- trunk/src/sat-pref-rig-editor.c 2009-03-21 10:06:23 UTC (rev 205)
+++ trunk/src/sat-pref-rig-editor.c 2009-03-21 10:08:44 UTC (rev 206)
@@ -199,8 +199,8 @@
type = gtk_combo_box_new_text ();
gtk_combo_box_append_text (GTK_COMBO_BOX (type), _("RX only"));
gtk_combo_box_append_text (GTK_COMBO_BOX (type), _("TX only"));
- gtk_combo_box_append_text (GTK_COMBO_BOX (type), _("RX/TX"));
- gtk_combo_box_append_text (GTK_COMBO_BOX (type), _("Duplex"));
+ gtk_combo_box_append_text (GTK_COMBO_BOX (type), _("Simplex TRX"));
+ gtk_combo_box_append_text (GTK_COMBO_BOX (type), _("Duplex TRX"));
gtk_combo_box_set_active (GTK_COMBO_BOX (type), RIG_TYPE_RX);
g_signal_connect (type, "changed", G_CALLBACK (type_changed), NULL);
gtk_widget_set_tooltip_markup (type,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|