! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Copyright holding year in xfce4-about dialog
Status:
RESOLVED: FIXED
Severity:
trivial
Product:
Xfce-utils
Component:
General

Comments

Description Daichi Kawahata 2005-05-12 22:41:08 CEST
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);
Comment 1 Jean-François Wauthy editbugs 2005-05-13 14:06:58 CEST
patch applied thanks for the information

Bug #952

Reported by:
Daichi Kawahata
Reported on: 2005-05-12
Last modified on: 2009-07-14

People

Assignee:
Xfce Bug Triage
CC List:
0 users

Version

Attachments

Additional information