diff options
author | 2003-01-02 17:55:23 +0000 | |
---|---|---|
committer | 2003-01-02 17:55:23 +0000 | |
commit | 8512534771345e6ba6526383ff2c178e145e8c8b (patch) | |
tree | 8b6a520fc018c20356693aab3530e319fa1aa88e /sys-apps/texinfo | |
parent | Added RDEPEND="virtual/x11". (diff) | |
download | gentoo-2-8512534771345e6ba6526383ff2c178e145e8c8b.tar.gz gentoo-2-8512534771345e6ba6526383ff2c178e145e8c8b.tar.bz2 gentoo-2-8512534771345e6ba6526383ff2c178e145e8c8b.zip |
Committed new patch.
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r-- | sys-apps/texinfo/files/install-info.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sys-apps/texinfo/files/install-info.patch b/sys-apps/texinfo/files/install-info.patch new file mode 100644 index 000000000000..152c0095fee9 --- /dev/null +++ b/sys-apps/texinfo/files/install-info.patch @@ -0,0 +1,24 @@ +*** install-info.c 5 Nov 2002 19:32:33 -0000 1.4 +--- install-info.c 19 Nov 2002 13:55:52 -0000 1.5 +*************** +*** 462,469 **** + In Emacs, you can click mouse button 2 on a menu item or cross reference\n\ + to select it.\n\ + \n\ +! * Menu:\n\ +! "), "File: dir,\tNode: Top"); /* This part must not be translated. */ + if (fclose (f) < 0) + pfatal_with_name (dirfile); + } +--- 462,471 ---- + In Emacs, you can click mouse button 2 on a menu item or cross reference\n\ + to select it.\n\ + \n\ +! %s\n\ +! "), "File: dir,\tNode: Top", /* These keywords must not be translated. */ +! "* Menu:" +! ); + if (fclose (f) < 0) + pfatal_with_name (dirfile); + } + |