[Gpredict-svn] SF.net SVN: gpredict:[620] trunk
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2010-05-23 12:11:05
|
Revision: 620
http://gpredict.svn.sourceforge.net/gpredict/?rev=620&view=rev
Author: csete
Date: 2010-05-23 12:10:59 +0000 (Sun, 23 May 2010)
Log Message:
-----------
Applied patch 3005548: Cut and Paste Error In print_pass.h
Modified Paths:
--------------
trunk/ChangeLog
trunk/NEWS
trunk/src/print-pass.h
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-05-20 19:44:15 UTC (rev 619)
+++ trunk/ChangeLog 2010-05-23 12:10:59 UTC (rev 620)
@@ -1,3 +1,9 @@
+2010-05-23 Alexandru Csete <oz9aec at gmail.com>
+
+ * src/print-pass.h:
+ Applied patch 3005548: Cut and Paste Error In print_pass.h
+
+
2010-05-20 Alexandru Csete <oz9aec at gmail.com>
* src/sgpsdp/sgp4sdp4.c:
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2010-05-20 19:44:15 UTC (rev 619)
+++ trunk/NEWS 2010-05-23 12:10:59 UTC (rev 620)
@@ -33,6 +33,7 @@
- Applied patch 3002344: Remove Uninitialized Jump (Thanks to Charles Suprin AA1VS).
- Applied patch 3002345: Free catfilename (Thanks to Charles Suprin AA1VS).
- Applied patch 3002348: Option context never freed (Thanks to Charles Suprin AA1VS).
+- Applied patch 3005548: Cut and Paste Error In print_pass.h (Thanks to Charles Suprin AA1VS).
- Slightly improved UI for the single-satellite view.
- Command line options for cleaning user's TLE and transponder data, see --help for list.
- Satellite Map: Added shadow to satellite marker and label to enhance visual appearance
Modified: trunk/src/print-pass.h
===================================================================
--- trunk/src/print-pass.h 2010-05-20 19:44:15 UTC (rev 619)
+++ trunk/src/print-pass.h 2010-05-23 12:10:59 UTC (rev 620)
@@ -25,8 +25,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, visit http://www.fsf.org/
*/
-#ifndef SAVE_PASS_H
-#define SAVE_PASS_H 1
+#ifndef PRINT_PASS_H
+#define PRINT_PASS_H 1
#include <gtk/gtk.h>
#include "sat-pass-dialogs.h"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|