/[xlog]/xlog/src/dxcc.c
ViewVC logotype

Diff of /xlog/src/dxcc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by pa4tu, Tue Dec 10 15:10:26 2002 UTC revision 1.21 by pa4tu, Sat Dec 21 19:13:51 2002 UTC
# Line 183  readctydata (void) Line 183  readctydata (void)
183    FILE *fp;    FILE *fp;
184    gchar **split, **pfxsplit;    gchar **split, **pfxsplit;
185    
   
186    cty_location = g_strconcat (PACKAGE_DATA_DIR, G_DIR_SEPARATOR_S, "dxcc",    cty_location = g_strconcat (PACKAGE_DATA_DIR, G_DIR_SEPARATOR_S, "dxcc",
187                                G_DIR_SEPARATOR_S, "cty.dat", NULL);                                G_DIR_SEPARATOR_S, "cty.dat", NULL);
188    
# Line 385  updatedxccframe (gchar * callsign) Line 384  updatedxccframe (gchar * callsign)
384        if (! exception)        if (! exception)
385        labeltext2 = g_strdup_printf ("%s - ITU %d - CQ %d",        labeltext2 = g_strdup_printf ("%s - ITU %d - CQ %d",
386          dxcc[country].continent, dxcc[country].itu, dxcc[country].waz);          dxcc[country].continent, dxcc[country].itu, dxcc[country].waz);
   
387        labeltext3 = g_strdup_printf (_("Timezone: %+1.1f"), (gdouble)dxcc[country].timezone/10);        labeltext3 = g_strdup_printf (_("Timezone: %+1.1f"), (gdouble)dxcc[country].timezone/10);
388        labeltext4 = g_strdup_printf (_("Location: %+1.2f, %+1.2f"),        labeltext4 = g_strdup_printf (_("Location: %+1.2f %+1.2f"),
389          (gdouble)dxcc[country].latitude/100, (gdouble)dxcc[country].longitude/100);          (gdouble)dxcc[country].latitude/100, (gdouble)dxcc[country].longitude/100);
390        gcresult = g_strdup (gc(preferences.units, state.mylocation,        gcresult = g_strdup (gc(preferences.units, state.mylocation,
391                      (gdouble)dxcc[country].latitude/100,                      (gdouble)dxcc[country].latitude/100,

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26