lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev Printing Options patch


From: Ismael Cordeiro
Subject: lynx-dev Printing Options patch
Date: Mon, 23 Nov 1998 11:16:19 -0500 (EST)

This patch makes lynx to correctly print, in the Printing Options page,
"Print options:" and "Standard print options:" instead of "options: Print"
and "options: Standard print".

*** lynx2-8-2/src/LYPrint.c.ori Sat Nov 21 11:32:10 1998
--- lynx2-8-2/src/LYPrint.c     Mon Nov 23 10:08:04 1998
***************
*** 1320,1327 ****
      if (no_print || no_disk_save || child_lynx || no_mail)
        fprintf(fp0, "   <em>%s</em>\n", gettext("Some print functions have 
been disabled!"));
  
!     fprintf(fp0, "\n%s %s\n", gettext("options:"),
!           (user_mode == NOVICE_MODE) ? gettext("Standard print") : 
gettext("Print"));
  
      if (child_lynx == FALSE && no_disk_save == FALSE && no_print == FALSE) {
        fprintf(fp0,
--- 1320,1329 ----
      if (no_print || no_disk_save || child_lynx || no_mail)
        fprintf(fp0, "   <em>%s</em>\n", gettext("Some print functions have 
been disabled!"));
  
!     fprintf(fp0, "\n%s\n",
!           (user_mode == NOVICE_MODE)
!           ? gettext("Standard print options:")
!           : gettext("Print options:"));
  
      if (child_lynx == FALSE && no_disk_save == FALSE && no_print == FALSE) {
        fprintf(fp0,


Ismael
-- 

       +--------------------------------------------------------------+
       | ISMAEL CORDEIRO            | mailto:address@hidden      |
       | Production sound mixer     | http://www.ismael.cordeiro.com/ |
       | Montréal - Québec - Canada | ftp://ftp.cam.org/users/ismael/ |
       +--------------------------------------------------------------+

reply via email to

[Prev in Thread] Current Thread [Next in Thread]