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

Diff of /xlog/src/callbacks.c

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

revision 1.8 by pa4tu, Thu Nov 21 19:57:46 2002 UTC revision 1.9 by pa4tu, Sun Dec 8 18:17:19 2002 UTC
# Line 1155  on_printokbutton_clicked (GtkButton * bu Line 1155  on_printokbutton_clicked (GtkButton * bu
1155          temp = g_strdup_printf (_("Log send to printer"));          temp = g_strdup_printf (_("Log send to printer"));
1156        else        else
1157          temp =          temp =
1158            g_strdup_printf (_("Log printed to %s%slog.ps"), G_DIR_SEPARATOR_S,            g_strdup_printf (_("Log printed to %s%slog.ps"), xlogdir, G_DIR_SEPARATOR_S);
                            xlogdir);  
1159        system (printstring);        system (printstring);
1160        update_statusbar (temp);        update_statusbar (temp);
1161        g_free (printstring);        g_free (printstring);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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