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

Diff of /xlog/src/callbacks_printdialog.c

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

revision 1.10 by pa4tu, Wed Oct 15 17:23:30 2003 UTC revision 1.11 by pa4tu, Sun Nov 2 20:14:16 2003 UTC
# Line 484  on_printokbutton_clicked (GtkButton * bu Line 484  on_printokbutton_clicked (GtkButton * bu
484      }      }
485      if (u1ok)      if (u1ok)
486      {      {
487        fprintf (fp, "&\\textbf{");        fprintf (fp, "\\textbf{");
488              fprintf (fp, preferences.freefield1);              fprintf (fp, preferences.freefield1);
489        if (lastcol == 16)        if (lastcol == 16)
490          fprintf (fp, "}");          fprintf (fp, "}");
# Line 493  on_printokbutton_clicked (GtkButton * bu Line 493  on_printokbutton_clicked (GtkButton * bu
493      }      }
494      if (u2ok)      if (u2ok)
495      {      {
496        fprintf (fp, "&\\textbf{");        fprintf (fp, "\\textbf{");
497        fprintf (fp, preferences.freefield2);        fprintf (fp, preferences.freefield2);
498        if (lastcol == 17)        if (lastcol == 17)
499          fprintf (fp, "}");          fprintf (fp, "}");
# Line 817  on_printokbutton_clicked (GtkButton * bu Line 817  on_printokbutton_clicked (GtkButton * bu
817            }            }
818            if (u1ok)            if (u1ok)
819            {            {
820              fprintf (fp, "&\\textbf{");              fprintf (fp, "\\textbf{");
821                    fprintf (fp, preferences.freefield1);                    fprintf (fp, preferences.freefield1);
822              if (lastcol == 16)              if (lastcol == 16)
823                fprintf (fp, "}");                fprintf (fp, "}");
# Line 826  on_printokbutton_clicked (GtkButton * bu Line 826  on_printokbutton_clicked (GtkButton * bu
826            }            }
827            if (u2ok)            if (u2ok)
828            {            {
829              fprintf (fp, "&\\textbf{");              fprintf (fp, "\\textbf{");
830              fprintf (fp, preferences.freefield2);              fprintf (fp, preferences.freefield2);
831              if (lastcol == 17)              if (lastcol == 17)
832                fprintf (fp, "}");                fprintf (fp, "}");

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