[Gpredict-svn] SF.net SVN: gpredict:[64] trunk/src
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <cs...@us...> - 2008-08-22 09:38:34
|
Revision: 64 http://gpredict.svn.sourceforge.net/gpredict/?rev=64&view=rev Author: csete Date: 2008-08-22 09:38:44 +0000 (Fri, 22 Aug 2008) Log Message: ----------- Improved tooltip text for host entry. 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-08-22 09:35:18 UTC (rev 63) +++ trunk/src/sat-pref-rig-editor.c 2008-08-22 09:38:44 UTC (rev 64) @@ -168,7 +168,8 @@ host = gtk_entry_new (); gtk_entry_set_max_length (GTK_ENTRY (host), 50); - gtk_widget_set_tooltip_text (host, _("Enter host:port")); + gtk_widget_set_tooltip_text (host, + _("Enter the host and port where rigctld is running, e.g. 192.168.1.100:15123")); gtk_table_attach_defaults (GTK_TABLE (table), host, 1, 4, 1, 2); Modified: trunk/src/sat-pref-rot-editor.c =================================================================== --- trunk/src/sat-pref-rot-editor.c 2008-08-22 09:35:18 UTC (rev 63) +++ trunk/src/sat-pref-rot-editor.c 2008-08-22 09:38:44 UTC (rev 64) @@ -171,7 +171,8 @@ host = gtk_entry_new (); gtk_entry_set_max_length (GTK_ENTRY (host), 50); - gtk_widget_set_tooltip_text (host, _("Enter hostname:port")); + gtk_widget_set_tooltip_text (host, + _("Enter the host and port where rogctld is running, e.g. 192.168.1.100:15123")); gtk_table_attach_defaults (GTK_TABLE (table), host, 1, 4, 1, 2); /* Az and El limits */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |