diff options
Diffstat (limited to 'unix/tkUnix3d.c')
| -rw-r--r-- | unix/tkUnix3d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnix3d.c b/unix/tkUnix3d.c index f977624..55e58c3 100644 --- a/unix/tkUnix3d.c +++ b/unix/tkUnix3d.c @@ -446,7 +446,7 @@ TkpGetShadows( if (borderPtr->shadow == None) { borderPtr->shadow = Tk_GetBitmap(NULL, tkwin, - Tk_GetUid("gray50")); + "gray50"); if (borderPtr->shadow == None) { Tcl_Panic("TkpGetShadows couldn't allocate bitmap for border"); } |
