dticon: KeySym is not char
authoralx <alx@fastestcode.org>
Thu, 2 Jul 2015 20:44:13 +0000 (22:44 +0200)
committerJon Trulson <jon@radscan.com>
Thu, 2 Jul 2015 23:50:26 +0000 (17:50 -0600)
cde/programs/dticon/dtIconShell.c

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