summaryrefslogtreecommitdiff
path: root/devel/gcvs/files/patch-common_LogDlg.cpp
blob: 08f2b96254f505e3f39e86779498749bac8dff44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
--- common/LogDlg.cpp.orig	2007-11-13 23:54:34.000000000 +0100
+++ common/LogDlg.cpp	2007-11-13 23:54:59.000000000 +0100
@@ -57,7 +57,7 @@
 #include "CvsPrefs.h"
 #include "MultiString.h"
 
-char *sDefLogTagNames[] = 
+const char *sDefLogTagNames[] = 
 {
 	"1.32:1.35",
 	"1.32:",
@@ -67,7 +67,7 @@
 	0L
 };
 
-char *sDefLogDateNames[] = 
+const char *sDefLogDateNames[] = 
 {
 	">1998-3-24",
 	"<1998-1-24",
@@ -76,7 +76,7 @@
 	0L
 };
 
-char *sDefLogStateNames[] = 
+const char *sDefLogStateNames[] = 
 {
 	"mystate",
 	"dead",
@@ -85,7 +85,7 @@
 	0L
 };
 
-char *sDefLogUserNames[] = 
+const char *sDefLogUserNames[] = 
 {
 	"johna",
 	"garyb",