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

Diff of /xlog/src/main.c

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

revision 1.19 by pa4tu, Sat Dec 21 19:13:51 2002 UTC revision 1.20 by pa4tu, Fri Jan 3 08:43:34 2003 UTC
# Line 337  main (int argc, char *argv[]) Line 337  main (int argc, char *argv[])
337    
338    /* update the statusbar with some information */    /* update the statusbar with some information */
339    temp = g_strdup_printf (_("%d QSO's and %d countries loaded"),    temp = g_strdup_printf (_("%d QSO's and %d countries loaded"),
340                            state.qsos, state.countries - 1);                            state.qsos, state.countries);
341    update_statusbar (temp);    update_statusbar (temp);
342    
343    bandsplit = g_strsplit (preferences.bands, ",", 0);    bandsplit = g_strsplit (preferences.bands, ",", 0);

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

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