/[graveman]/graveman/current/src/interface.c
ViewVC logotype

Diff of /graveman/current/src/interface.c

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

revision 1.10 by scresto, Tue Feb 1 02:35:19 2005 UTC revision 1.11 by scresto, Tue Feb 1 02:43:51 2005 UTC
# Line 1032  void about_graveman (void) Line 1032  void about_graveman (void)
1032    
1033    Llabelversion = GTK_LABEL(glade_xml_get_widget(Lxml, "version"));    Llabelversion = GTK_LABEL(glade_xml_get_widget(Lxml, "version"));
1034    
1035    Ltmp = g_strdup_printf(_("version %s - http://www.nongnu.org/graveman", VERSION);    Ltmp = g_strdup_printf(_("version %s - http://www.nongnu.org/graveman"), VERSION);
1036    gtk_label_set_label(Llabelversion, Ltmp);    gtk_label_set_label(Llabelversion, Ltmp);
1037    g_free(Ltmp);    g_free(Ltmp);
1038    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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