diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-24 04:39:20 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-24 04:39:20 +0000 |
commit | efded6570a0e60f94fea655394343d228eb87d14 (patch) | |
tree | 5886c945cc2a01719e0e16de84750deef2cf24d7 /x11-clocks/dclock/files/patch-ac | |
parent | fix corrupted patch (diff) |
Update to version pl6.
PR: 15586
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=23968
Diffstat (limited to 'x11-clocks/dclock/files/patch-ac')
-rw-r--r-- | x11-clocks/dclock/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-clocks/dclock/files/patch-ac b/x11-clocks/dclock/files/patch-ac new file mode 100644 index 000000000000..caa7dae4961e --- /dev/null +++ b/x11-clocks/dclock/files/patch-ac @@ -0,0 +1,11 @@ +--- d_clock.c.orig Fri Jun 3 08:00:00 1994 ++++ d_clock.c Sun Dec 19 16:01:36 1999 +@@ -131,7 +131,7 @@ + else + name = argv[0]; + +- toplevel = XtInitialize(name, "DClock", options, XtNumber(options), ++ toplevel = XtInitialize(name, "Dclock", options, XtNumber(options), + &argc, argv); + XtAddActions(actionsList, 1); + |