/[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.9 by pa4tu, Sun Dec 8 18:17:19 2002 UTC revision 1.10 by pa4tu, Sun Dec 8 18:31:29 2002 UTC
# Line 1149  on_printokbutton_clicked (GtkButton * bu Line 1149  on_printokbutton_clicked (GtkButton * bu
1149                 && preferences.printstyle == 1)                 && preferences.printstyle == 1)
1150          printstring =          printstring =
1151            g_strdup_printf            g_strdup_printf
1152            ("cd %s; -interaction=nonstopmode latex log.tex; dvips -o log.ps log.dvi",            ("cd %s; latex -interaction=nonstopmode log.tex; dvips -o log.ps log.dvi",
1153             xlogdir);             xlogdir);
1154        if (preferences.printdestination == 0)        if (preferences.printdestination == 0)
1155          temp = g_strdup_printf (_("Log send to printer"));          temp = g_strdup_printf (_("Log send to printer"));

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

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