1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

dticon: KeySym is not char

This commit is contained in:
alx 2015-07-02 22:44:13 +02:00 committed by Jon Trulson
parent bd4a4532f0
commit 304f99d26c

View file

@ -889,7 +889,7 @@ build_dtIconShell( void )
/* GETSTR uses a static buffer which may be overwritten */ /* GETSTR uses a static buffer which may be overwritten */
/* on subsequent calls, so save character in mnemonic */ /* on subsequent calls, so save character in mnemonic */
char * mnemonicStr; char * mnemonicStr;
char mnemonic; KeySym mnemonic;
/* use tmpStr as tmp string holder so GETSTR won't trash string */ /* use tmpStr as tmp string holder so GETSTR won't trash string */
tmpStr2 = GETSTR(12,3, "Icon Editor - (UNTITLED)"); tmpStr2 = GETSTR(12,3, "Icon Editor - (UNTITLED)");