[Xfce-bugs] [Bug 952] New: Copyright holding year in xfce4-about dialog

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Fri May 13 00:41:09 CEST 2005


Do NOT reply to this email.  To make further comments on this bug, use
the URL below:
http://bugzilla.xfce.org/show_bug.cgi?id=952

           Summary: Copyright holding year in xfce4-about dialog
           Product: Xfce
           Version: 4.3.x (SVN trunk)
          Platform: SGI
        OS/Version: IRIX
            Status: NEW
          Severity: trivial
          Priority: Medium
         Component: xfce-utils
        AssignedTo: xfce-bugs at xfce.org
        ReportedBy: daichi.k at aioros.ocn.ne.jp


Subject says almost of all, it's very little modifying.

Reproducible: Always
Steps to Reproduce:




This modification so little that I've attached patch in this space.

Index: xfce4-about/info.c
===================================================================
--- xfce4-about/info.c  (revision 14259)
+++ xfce4-about/info.c  (working copy)
@@ -432,7 +432,7 @@
   text =
     g_strdup_printf
     ("%s\n<span size=\"smaller\" style=\"italic\">%s</span>",
-     _("Xfce Desktop Environment"), _("Copyright 2002-2004 by Olivier Fourdan"));
+     _("Xfce Desktop Environment"), _("Copyright (C) 2002-2005 Olivier Fourdan"));
   header = xfce_create_header (logo_pb, text);
   gtk_widget_show (header);
   gtk_box_pack_start (GTK_BOX (vbox2), header, FALSE, FALSE, 0);

-- 
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Xfce-bugs mailing list