diff options
author | jenglish <jenglish@noemail.net> | 2006-11-07 03:45:27 (GMT) |
---|---|---|
committer | jenglish <jenglish@noemail.net> | 2006-11-07 03:45:27 (GMT) |
commit | 82b2524288445a75bcda7804248c9d8240f87ba6 (patch) | |
tree | 8067b063a85bcd662fa0771dc6b6ab068aa3f9f3 /win | |
parent | 1a03a375c5bdecf45685faf47ece26ef2bb74a23 (diff) | |
download | tk-82b2524288445a75bcda7804248c9d8240f87ba6.zip tk-82b2524288445a75bcda7804248c9d8240f87ba6.tar.gz tk-82b2524288445a75bcda7804248c9d8240f87ba6.tar.bz2 |
Miscellaneous minor changes to re-sync Ttk codebase with Tile CVS:
fix comments damaged by overzealous search-and-destroy;
removed obsolete [style default] synonym for [ttk::style configure];
removed other dead code.
FossilOrigin-Name: b0e5e0ffb2a3a61a7533fa4477fa5751811babbe
Diffstat (limited to 'win')
-rw-r--r-- | win/ttkWinXPTheme.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/ttkWinXPTheme.c b/win/ttkWinXPTheme.c index d8748c0..0960d5e 100644 --- a/win/ttkWinXPTheme.c +++ b/win/ttkWinXPTheme.c @@ -1,5 +1,5 @@ /* - * $Id: ttkWinXPTheme.c,v 1.2 2006/11/03 03:06:22 das Exp $ + * $Id: ttkWinXPTheme.c,v 1.3 2006/11/07 03:45:28 jenglish Exp $ * * Tk theme engine which uses the Windows XP "Visual Styles" API * Adapted from Georgios Petasis' XP theme patch. @@ -622,7 +622,7 @@ static Ttk_ElementSpec PbarElementSpec = * not if it's simply the rightmost tab. This information * is not available. * - * The TIS_* and TTKS_* definitions are identical, so + * The TIS_* and TILES_* definitions are identical, so * we can use the same statemap no matter what the partId. */ static void TabElementDraw( |