summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXHLEvents.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-24 21:23:32 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-24 21:23:32 (GMT)
commit1b4e22424f79b1e910cd4acb0352fd4ec8badbec (patch)
tree52fad7dc3bea11e483345ea97f52a4bae86bd59e /macosx/tkMacOSXHLEvents.c
parent97a31b80b8c9dd4d9a19984a9b709af0265d4c43 (diff)
parentc2eaef98e73b309df7c2e262fc0c982a634d0f9d (diff)
downloadtk-1b4e22424f79b1e910cd4acb0352fd4ec8badbec.zip
tk-1b4e22424f79b1e910cd4acb0352fd4ec8badbec.tar.gz
tk-1b4e22424f79b1e910cd4acb0352fd4ec8badbec.tar.bz2
Merge 8.6
Diffstat (limited to 'macosx/tkMacOSXHLEvents.c')
-rw-r--r--macosx/tkMacOSXHLEvents.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/macosx/tkMacOSXHLEvents.c b/macosx/tkMacOSXHLEvents.c
index 0c7eb67..f9c26c6 100644
--- a/macosx/tkMacOSXHLEvents.c
+++ b/macosx/tkMacOSXHLEvents.c
@@ -53,11 +53,11 @@ static void ProcessAppleEvent(ClientData clientData);
* Names of the procedures which can be used to process AppleEvents.
*/
-static char* openDocumentProc = "::tk::mac::OpenDocument";
-static char* launchURLProc = "::tk::mac::LaunchURL";
-static char* printDocProc = "::tk::mac::PrintDocument";
-static char* scriptFileProc = "::tk::mac::DoScriptFile";
-static char* scriptTextProc = "::tk::mac::DoScriptText";
+static const char* openDocumentProc = "::tk::mac::OpenDocument";
+static const char* launchURLProc = "::tk::mac::LaunchURL";
+static const char* printDocProc = "::tk::mac::PrintDocument";
+static const char* scriptFileProc = "::tk::mac::DoScriptFile";
+static const char* scriptTextProc = "::tk::mac::DoScriptText";
#pragma mark TKApplication(TKHLEvents)