[Gpredict-svn] SF.net SVN: gpredict:[621] trunk
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2010-06-18 09:49:17
|
Revision: 621
http://gpredict.svn.sourceforge.net/gpredict/?rev=621&view=rev
Author: csete
Date: 2010-06-18 09:49:11 +0000 (Fri, 18 Jun 2010)
Log Message:
-----------
Applied patch 3009725: Delete Explicit Call to gtk_set_locale.
Modified Paths:
--------------
trunk/ChangeLog
trunk/NEWS
trunk/src/main.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-05-23 12:10:59 UTC (rev 620)
+++ trunk/ChangeLog 2010-06-18 09:49:11 UTC (rev 621)
@@ -1,3 +1,9 @@
+2010-06-18 Alexandru Csete <oz9aec at gmail.com>
+
+ * src/main.c:
+ Applied patch 3009725: Delete Explicit Call to gtk_set_locale.
+
+
2010-05-23 Alexandru Csete <oz9aec at gmail.com>
* src/print-pass.h:
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2010-05-23 12:10:59 UTC (rev 620)
+++ trunk/NEWS 2010-06-18 09:49:11 UTC (rev 621)
@@ -34,6 +34,7 @@
- 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).
+- Applied patch 3009725: Delete Explicit Call to gtk_set_locale (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/main.c
===================================================================
--- trunk/src/main.c 2010-05-23 12:10:59 UTC (rev 620)
+++ trunk/src/main.c 2010-06-18 09:49:11 UTC (rev 621)
@@ -120,7 +120,6 @@
bind_textdomain_codeset (PACKAGE, "UTF-8");
textdomain (PACKAGE);
#endif
- gtk_set_locale ();
gtk_init (&argc, &argv);
context = g_option_context_new ("");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|