diff options
Diffstat (limited to 'Linux_C_12/cCrossCallWindows_121.c')
-rw-r--r-- | Linux_C_12/cCrossCallWindows_121.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Linux_C_12/cCrossCallWindows_121.c b/Linux_C_12/cCrossCallWindows_121.c index 9950a52..93112ea 100644 --- a/Linux_C_12/cCrossCallWindows_121.c +++ b/Linux_C_12/cCrossCallWindows_121.c @@ -893,7 +893,7 @@ void EvalCcRqGETWINDOWTEXT (CrossCallInfo *pcci) /* hwnd; textptr result. */ if (GTK_IS_BUTTON(window))
{
- textptr = createMnemonicString(title);
+ textptr = createMnemonicString((gchar*) title);
} else {
textptr = g_strdup(title);
}
|