[Gpredict-svn] SF.net SVN: gpredict:[201] trunk
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2009-03-18 10:05:20
|
Revision: 201
http://gpredict.svn.sourceforge.net/gpredict/?rev=201&view=rev
Author: csete
Date: 2009-03-18 10:05:03 +0000 (Wed, 18 Mar 2009)
Log Message:
-----------
Fixed typo (Debian bug #520203).
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/sat-pref-qth.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-03-17 21:41:06 UTC (rev 200)
+++ trunk/ChangeLog 2009-03-18 10:05:03 UTC (rev 201)
@@ -1,3 +1,9 @@
+2009-03-18 Alexandru Csete <oz...@gm...>
+
+ * src/sat-pref-qth.c:
+ Fixed typo (Debian bug #520203).
+
+
2009-03-16 Bruce Cowan <bc...@fa...>
* src/sat-cfg.[ch]:
@@ -23,14 +29,14 @@
Updated.
-2009-03-01; Alexandru Csete <oz...@gm...>
+2009-03-01 Alexandru Csete <oz...@gm...>
* configure.ac:
Changed required GooCanvas version from 0.10 to 0.9 to be vompatible
with older linux distributions, too (e.g. Ubuntu 8.04).
-2009-02-19; Stephane Fillod <fi...@us...>
+2009-02-19 Stephane Fillod <fi...@us...>
* po/POTFILES.in:
Remove goocanv8 files. Update list of C files.
@@ -42,7 +48,7 @@
* src/Makefile.am:
Fixed a typo.
-2008-12-28; Alexandru Csete <oz...@gm...>
+2008-12-28 Alexandru Csete <oz...@gm...>
* src/sat-pref-rig-editor.c:
Added widgets for editing radio type and ptt.
Modified: trunk/src/sat-pref-qth.c
===================================================================
--- trunk/src/sat-pref-qth.c 2009-03-17 21:41:06 UTC (rev 200)
+++ trunk/src/sat-pref-qth.c 2009-03-18 10:05:03 UTC (rev 201)
@@ -558,7 +558,7 @@
GTK_BUTTONS_OK,
_("Can not delete ground station!\n\n"\
"You need to have at least one ground\n"\
- "statiob set up, otherwise gpredict may\n"\
+ "station set up, otherwise gpredict may\n"\
"not work properly."));
gtk_dialog_run (GTK_DIALOG (dialog));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|