[Gpredict-svn] SF.net SVN: gpredict:[148] trunk/src
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2008-10-11 21:05:15
|
Revision: 148
http://gpredict.svn.sourceforge.net/gpredict/?rev=148&view=rev
Author: csete
Date: 2008-10-11 21:05:07 +0000 (Sat, 11 Oct 2008)
Log Message:
-----------
Fixed bug 2139102 - rigctld port (minor)
Modified Paths:
--------------
trunk/src/sat-pref-rig-editor.c
trunk/src/sat-pref-rot-editor.c
Modified: trunk/src/sat-pref-rig-editor.c
===================================================================
--- trunk/src/sat-pref-rig-editor.c 2008-09-21 00:28:06 UTC (rev 147)
+++ trunk/src/sat-pref-rig-editor.c 2008-10-11 21:05:07 UTC (rev 148)
@@ -171,7 +171,8 @@
host = gtk_entry_new ();
gtk_entry_set_max_length (GTK_ENTRY (host), 50);
gtk_widget_set_tooltip_text (host,
- _("Enter the host and port where rigctld is running, e.g. 192.168.1.100:15123"));
+ _("Enter the host where rogctld is running. You can use both host name "\
+ " and IP address, e.g. 192.168.1.100"));
gtk_table_attach_defaults (GTK_TABLE (table), host, 1, 4, 1, 2);
/* port */
Modified: trunk/src/sat-pref-rot-editor.c
===================================================================
--- trunk/src/sat-pref-rot-editor.c 2008-09-21 00:28:06 UTC (rev 147)
+++ trunk/src/sat-pref-rot-editor.c 2008-10-11 21:05:07 UTC (rev 148)
@@ -176,7 +176,7 @@
gtk_entry_set_max_length (GTK_ENTRY (host), 50);
gtk_widget_set_tooltip_text (host,
_("Enter the host where rogctld is running. You can use both host name "\
- " and IP address."));
+ " and IP address, e.g. 192.168.1.100"));
gtk_table_attach_defaults (GTK_TABLE (table), host, 1, 4, 1, 2);
/* port */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|