mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
12 lines
338 B
Plaintext
12 lines
338 B
Plaintext
|
--- 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);
|
||
|
|