]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/winutils.c
Make some static text in GTK dialogs selectable.
[PuTTY.git] / windows / winutils.c
index ef0db9211bf946dcf329b8cf8c27e9147d725ffe..c49612e535795a066bcaee0f960bdb59c5d818f2 100644 (file)
@@ -94,7 +94,7 @@ void filereq_free(filereq *state)
 /* Callback function to launch context help. */
 static VOID CALLBACK message_box_help_callback(LPHELPINFO lpHelpInfo)
 {
-    char *context = NULL;
+    const char *context = NULL;
 #define CHECK_CTX(name) \
     do { \
        if (lpHelpInfo->dwContextId == WINHELP_CTXID_ ## name) \