]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/PlatWX.cpp
Applied #15375 to stop event-sending in generic wxSpinCtrl ctor (eco)
[wxWidgets.git] / src / stc / PlatWX.cpp
index a11ddd82bc6c222e0de57224b183887970dfb3a2..b752c39689a1331b517639426cf15e6cc8e207cb 100644 (file)
@@ -1410,7 +1410,7 @@ ColourDesired Platform::ChromeHighlight() {
 
 const char *Platform::DefaultFont() {
     static char buf[128];
 
 const char *Platform::DefaultFont() {
     static char buf[128];
-    strcpy(buf, wxNORMAL_FONT->GetFaceName().mbc_str());
+    wxStrlcpy(buf, wxNORMAL_FONT->GetFaceName().mbc_str(), WXSIZEOF(buf));
     return buf;
 }
 
     return buf;
 }