projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add safe wxStrlcpy() function and replaced all wxStrncpy() calls by it
[wxWidgets.git]
/
src
/
common
/
gaugecmn.cpp
diff --git
a/src/common/gaugecmn.cpp
b/src/common/gaugecmn.cpp
index a41d08ef3ee5ff99db7f79234d43237f7e1a0577..5bfe90f182ca0552ab2a01520e774f8e80d71372 100644
(file)
--- a/
src/common/gaugecmn.cpp
+++ b/
src/common/gaugecmn.cpp
@@
-31,7
+31,7
@@
#include "wx/gauge.h"
-const
wxChar wxGaugeNameStr[] = wxT("gauge")
;
+const
char wxGaugeNameStr[] = "gauge"
;
// ============================================================================
// implementation