diff options
author | Matthew Turk <satai@gentoo.org> | 2003-01-02 17:55:23 +0000 |
---|---|---|
committer | Matthew Turk <satai@gentoo.org> | 2003-01-02 17:55:23 +0000 |
commit | 2b4ee2038bcaf82b71afda43732d27aefae6a9bd (patch) | |
tree | b177d39257a6e049885f0351d2c774c94571c831 /sys-apps/texinfo | |
parent | Added RDEPEND="virtual/x11". (diff) | |
download | historical-2b4ee2038bcaf82b71afda43732d27aefae6a9bd.tar.gz historical-2b4ee2038bcaf82b71afda43732d27aefae6a9bd.tar.bz2 historical-2b4ee2038bcaf82b71afda43732d27aefae6a9bd.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); + } + |