diff options
Diffstat (limited to 'finance/gnomepm/files/patch-src::menu.c')
-rw-r--r-- | finance/gnomepm/files/patch-src::menu.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/finance/gnomepm/files/patch-src::menu.c b/finance/gnomepm/files/patch-src::menu.c new file mode 100644 index 000000000000..3aecf9eca0b6 --- /dev/null +++ b/finance/gnomepm/files/patch-src::menu.c @@ -0,0 +1,15 @@ +--- src/menu.c.orig Sun Oct 29 10:19:49 2000 ++++ src/menu.c Fri Aug 1 23:40:03 2003 +@@ -86,9 +86,9 @@ + "(C)1999 Rodney Dawes", + authors, + /* other comments */ +- _("Portfolio management utility for GNOME\n +- Information provided by Yahoo!(C) Finance\n +- This program is not supported by Yahoo!(c)."), ++ _("Portfolio management utility for GNOME\n" ++ "Information provided by Yahoo!(C) Finance\n" ++ "This program is not supported by Yahoo!(c)."), + NULL); + gtk_widget_show (about); + |