Diff of /trunk/src/main.c

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

revision 49 by harbaum, Mon Aug 10 19:48:51 2009 UTC revision 50 by harbaum, Wed Aug 12 09:31:09 2009 UTC
# Line 1077  cb_menu_about(GtkWidget *window, gpointe Line 1077  cb_menu_about(GtkWidget *window, gpointe
1077    
1078    GtkWidget *hbox = gtk_hbox_new(FALSE, 8);    GtkWidget *hbox = gtk_hbox_new(FALSE, 8);
1079    gtk_box_pack_start(GTK_BOX(hbox),    gtk_box_pack_start(GTK_BOX(hbox),
1080                       gtk_label_new(_("Do you you ĺike GPXView?")),                       gtk_label_new(_("Do you like GPXView?")),
1081                       FALSE, FALSE, 0);                       FALSE, FALSE, 0);
1082    
1083    GtkWidget *button = gtk_button_new();    GtkWidget *button = gtk_button_new();

Legend:
Removed from v.49  
changed lines
  Added in v.50