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 | |
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')
-rw-r--r-- | x11-clocks/dclock/files/patch-ab | 11 | ||||
-rw-r--r-- | x11-clocks/dclock/files/patch-ac | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/x11-clocks/dclock/files/patch-ab b/x11-clocks/dclock/files/patch-ab new file mode 100644 index 000000000000..8aa7c7fbb465 --- /dev/null +++ b/x11-clocks/dclock/files/patch-ab @@ -0,0 +1,11 @@ +--- Dclock.h.orig Mon Jun 6 08:00:00 1994 ++++ Dclock.h Sun Dec 19 15:59:17 1999 +@@ -58,7 +58,7 @@ + #define XtNfadeRate "fadeRate" + #define XtNtails "tails" + #define XtNdate "date" +-#define XtNmilitaryTime "militaryTime" ++#define XtNmilitaryTime "miltime" + #define XtNlanguage "language" + #define XtNhours_snd "hours_snd" + #define XtNhalf_hours_snd "half_hours_snd" 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); + |