23 lines
966 B
Plaintext
23 lines
966 B
Plaintext
$OpenBSD: patch-wmtz_wmtz_c,v 1.2 2004/01/14 22:42:52 wilfried Exp $
|
|
--- wmtz/wmtz.c.orig 2001-04-16 21:26:34.000000000 +0200
|
|
+++ wmtz/wmtz.c 2004-01-14 23:39:10.000000000 +0100
|
|
@@ -51,8 +51,7 @@
|
|
#define STRSIZE 10
|
|
#define LMST 1
|
|
#define GMST 0
|
|
-#define ABOUT "xmessage -center -buttons \"Close\" \"WMTZ - Window Maker Time Zone dockapp v0.7
|
|
-http://www.geocities.com/jl1n/wmtz/wmtz.html\""
|
|
+#define ABOUT "xmessage -center -buttons \"Close\" \"WMTZ - Window Maker Time Zone dockapp v0.7\nhttp://www.geocities.com/jl1n/wmtz/wmtz.html\""
|
|
|
|
|
|
/*
|
|
@@ -196,7 +195,7 @@ int main(int argc, char *argv[]) {
|
|
month[0] = "JAN"; month[1] = "FEB"; month[2] = "MAR";
|
|
month[3] = "APR"; month[4] = "MAY"; month[5] = "JUN";
|
|
month[6] = "JUL"; month[7] = "AUG"; month[8] = "SEP";
|
|
- month[9] = "OUT"; month[10] = "NOV"; month[11] = "DEC";
|
|
+ month[9] = "OCT"; month[10] = "NOV"; month[11] = "DEC";
|
|
|
|
week_day[0] = "SUNDAY ";
|
|
week_day[1] = "MONDAY ";
|