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

Diff of /xlog/src/tables.c

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

revision 1.1 by pa4tu, Thu Apr 21 17:54:00 2005 UTC revision 1.2 by pa4tu, Mon Apr 25 15:15:50 2005 UTC
# Line 29  Line 29 
29  #include "tables.h"  #include "tables.h"
30  #include "types.h"  #include "types.h"
31  #include "gc.h"  #include "gc.h"
32    #include "utils.h"
33    
34  extern GtkWidget *mainwindow;  extern GtkWidget *mainwindow;
35  extern statetype state;  extern statetype state;
# Line 254  updatetableframe (gchar *c) Line 255  updatetableframe (gchar *c)
255          if (country > 0)          if (country > 0)
256          {          {
257                  dxcc_data *t = g_ptr_array_index (table, country);                  dxcc_data *t = g_ptr_array_index (table, country);
258                    if (g_strrstr(t->countryname, "&"))
259                            t->countryname = my_strreplace (t->countryname, "&", "and");
260                  labeltext1 = g_strdup_printf ("<b><small>%s</small></b>", t->countryname);                  labeltext1 = g_strdup_printf ("<b><small>%s</small></b>", t->countryname);
261    
262                  switch (t->continent)                  switch (t->continent)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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