]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/stc.cpp
use text cursor only when control is enabled, #10347
[wxWidgets.git] / src / stc / stc.cpp
index 2b01d9033fcf7ab3e11526809ae930f7d1a06a60..5188b94c77b6fcef793e42912a145e19595a16e6 100644 (file)
@@ -53,7 +53,7 @@
 
 //----------------------------------------------------------------------
 
-const wxChar* wxSTCNameStr = wxT("stcwindow");
+const char wxSTCNameStr[] = "stcwindow";
 
 #ifdef MAKELONG
 #undef MAKELONG
@@ -1569,7 +1569,7 @@ void wxStyledTextCtrl::SetReadOnly(bool readOnly)
 }
 
 // Will a paste succeed?
-bool wxStyledTextCtrl::CanPaste()
+bool wxStyledTextCtrl::CanPaste() const
 {
     return SendMsg(2173, 0, 0) != 0;
 }