comparison src/gtk/menu-items.c @ 255:2ad324cf4930

2003-8-11 Brian Masney <masneyb@gftp.org> * lib/local.c (local_get_next_file) - fix for directories that are symlinks * src/gtk/*.[ch] - updated copyright dates to 2003 on all of the files
author masneyb
date Tue, 12 Aug 2003 01:05:02 +0000
parents b0c531678919
children 70d0c9a2e424
comparison
equal deleted inserted replaced
254:b0c531678919 255:2ad324cf4930
1 /*****************************************************************************/ 1 /*****************************************************************************/
2 /* menu-items.c - menu callbacks */ 2 /* menu-items.c - menu callbacks */
3 /* Copyright (C) 1998-2002 Brian Masney <masneyb@gftp.org> */ 3 /* Copyright (C) 1998-2003 Brian Masney <masneyb@gftp.org> */
4 /* */ 4 /* */
5 /* This program is free software; you can redistribute it and/or modify */ 5 /* This program is free software; you can redistribute it and/or modify */
6 /* it under the terms of the GNU General Public License as published by */ 6 /* it under the terms of the GNU General Public License as published by */
7 /* the Free Software Foundation; either version 2 of the License, or */ 7 /* the Free Software Foundation; either version 2 of the License, or */
8 /* (at your option) any later version. */ 8 /* (at your option) any later version. */
768 768
769 tempwid = toolbar_pixmap (dialog, "gftp-logo.xpm"); 769 tempwid = toolbar_pixmap (dialog, "gftp-logo.xpm");
770 gtk_box_pack_start (GTK_BOX (box), tempwid, FALSE, FALSE, 0); 770 gtk_box_pack_start (GTK_BOX (box), tempwid, FALSE, FALSE, 0);
771 gtk_widget_show (tempwid); 771 gtk_widget_show (tempwid);
772 772
773 tempstr = g_strdup_printf (_("%s\nCopyright (C) 1998-2002 Brian Masney <masneyb@gftp.org>\nOfficial Homepage: http://www.gftp.org/\nLogo by: Aaron Worley <planet_hoth@yahoo.com>\n"), gftp_version); 773 tempstr = g_strdup_printf (_("%s\nCopyright (C) 1998-2003 Brian Masney <masneyb@gftp.org>\nOfficial Homepage: http://www.gftp.org/\nLogo by: Aaron Worley <planet_hoth@yahoo.com>\n"), gftp_version);
774 str = _("Translated by"); 774 str = _("Translated by");
775 if (strcmp (str, "Translated by") != 0) 775 if (strcmp (str, "Translated by") != 0)
776 { 776 {
777 tempstr = g_realloc (tempstr, strlen (tempstr) + strlen (str) + 1); 777 tempstr = g_realloc (tempstr, strlen (tempstr) + strlen (str) + 1);
778 strcat (tempstr, str); 778 strcat (tempstr, str);