diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2010-01-09 00:54:06 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2010-01-09 00:54:06 (GMT) |
commit | 14f741723a3016c1d616acf22f253a0d6aecc03b (patch) | |
tree | 9d7ca731a7a70029796af147b571f3ebb944e22d /library | |
parent | 2df4377e0ddaa40ad2acee32cb7e0eccdc486548 (diff) | |
download | tk-14f741723a3016c1d616acf22f253a0d6aecc03b.zip tk-14f741723a3016c1d616acf22f253a0d6aecc03b.tar.gz tk-14f741723a3016c1d616acf22f253a0d6aecc03b.tar.bz2 |
TIP 360: Remove special handling of the .help menu on X11.
Diffstat (limited to 'library')
-rw-r--r-- | library/obsolete.tcl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/library/obsolete.tcl b/library/obsolete.tcl index b6cdc53..395d1b0 100644 --- a/library/obsolete.tcl +++ b/library/obsolete.tcl @@ -3,7 +3,7 @@ # This file contains obsolete procedures that people really shouldn't # be using anymore, but which are kept around for backward compatibility. # -# RCS: @(#) $Id: obsolete.tcl,v 1.4.2.1 2010/01/09 00:51:38 patthoyts Exp $ +# RCS: @(#) $Id: obsolete.tcl,v 1.4.2.2 2010/01/09 00:54:06 patthoyts Exp $ # # Copyright (c) 1994 The Regents of the University of California. # Copyright (c) 1994 Sun Microsystems, Inc. @@ -118,6 +118,7 @@ proc ::tk::classic::restore_menu {args} { option add *Menu.activeBorderWidth 2 $prio; # 1 option add *Menu.borderWidth 2 $prio; # 1 option add *Menu.clickToFocus true $prio + option add *Menu.useMotifHelp true $prio } if {[tk windowingsystem] ne "aqua"} { option add *Menu.font "TkDefaultFont" $prio; # "TkMenuFont" |