diff options
author | das <das> | 2009-04-10 16:07:56 (GMT) |
---|---|---|
committer | das <das> | 2009-04-10 16:07:56 (GMT) |
commit | 1f20f44fb62a9fa96982a2fbcab1ad8bdfed85a0 (patch) | |
tree | 007b38cbdc583cd88f83e87f5feb1a906b148b19 | |
parent | bd7164b54a88446751a9455b9be796056dd916d8 (diff) | |
download | tk-1f20f44fb62a9fa96982a2fbcab1ad8bdfed85a0.zip tk-1f20f44fb62a9fa96982a2fbcab1ad8bdfed85a0.tar.gz tk-1f20f44fb62a9fa96982a2fbcab1ad8bdfed85a0.tar.bz2 |
* generic/tkMenubutton.c: s/DEF_BUTTON_JUSTIFY/DEF_MENUBUTTON_JUSTIFY/
-rw-r--r-- | generic/tkMenubutton.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkMenubutton.c b/generic/tkMenubutton.c index 7d3622a..fa4597e 100644 --- a/generic/tkMenubutton.c +++ b/generic/tkMenubutton.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMenubutton.c,v 1.19 2007/12/13 23:08:43 hobbs Exp $ + * RCS: @(#) $Id: tkMenubutton.c,v 1.19.2.1 2009/04/10 16:07:56 das Exp $ */ #include "tkInt.h" @@ -108,7 +108,7 @@ static const Tk_OptionSpec optionSpecs[] = { DEF_MENUBUTTON_INDICATOR, -1, Tk_Offset(TkMenuButton, indicatorOn), 0, 0, 0}, {TK_OPTION_JUSTIFY, "-justify", "justify", "Justify", - DEF_BUTTON_JUSTIFY, -1, Tk_Offset(TkMenuButton, justify), 0, 0, 0}, + DEF_MENUBUTTON_JUSTIFY, -1, Tk_Offset(TkMenuButton, justify), 0, 0, 0}, {TK_OPTION_STRING, "-menu", "menu", "Menu", DEF_MENUBUTTON_MENU, -1, Tk_Offset(TkMenuButton, menuName), TK_OPTION_NULL_OK, 0, 0}, |