summaryrefslogtreecommitdiff
path: root/gdb/gdbtk/library/process.itb
diff options
context:
space:
mode:
authorMartin Hunt <hunt@redhat.com>2002-03-05 22:22:20 +0000
committerMartin Hunt <hunt@redhat.com>2002-03-05 22:22:20 +0000
commit46a8bd8f308ccbd8a432c9838071fdee52ba270a (patch)
tree0ab1ec1e98d21486e06a2e08b8514c8f91db65ea /gdb/gdbtk/library/process.itb
parent9cd34307113691ccc39d13163546824ca817e564 (diff)
downloadgdb-46a8bd8f308ccbd8a432c9838071fdee52ba270a.tar.gz
2002-03-05 Martin M. Hunt <hunt@redhat.com>
* library/prefs.tcl (pref_read): If a preference specifies "src-font", substitute "global/fixed". (pref_set_defaults): Change defaults from "src-font" to "global/fixed". Do not create font object "src-font". Do not add hook to trace its changes. (pref_src-font_trace): Remove. * library/console.itb (Console::_update_option): Remove font update because this happens automatically. * library/globalpref.itb: No need to set changed flag for fonts; updates happen automatically when prefs are updated. * library/bpwin.itb: Replaced src-font with global/fixed. * library/browserwin.itb: Ditto. * library/mempref.itb: Ditto. * library/memwin.itb: Ditto. * library/process.itb: Ditto. * library/regwin.itb: Ditto. * library/srcbar.itcl: Ditto. * library/srcpref.itb: Ditto. * library/srctextwin.itb: Ditto. * library/srcwin.itb: Ditto. * library/stackwin.itb: Ditto. * library/tdump.tcl: Ditto. * library/tracedlg.tcl: Ditto. * library/variables.tcl: Ditto. * library/watch.tcl: Ditto.
Diffstat (limited to 'gdb/gdbtk/library/process.itb')
-rw-r--r--gdb/gdbtk/library/process.itb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/gdbtk/library/process.itb b/gdb/gdbtk/library/process.itb
index 32e5ba528ba..3cdb71a4aa1 100644
--- a/gdb/gdbtk/library/process.itb
+++ b/gdb/gdbtk/library/process.itb
@@ -1,5 +1,5 @@
# Process window for Insight.
-# Copyright 1998, 1999, 2001 Red Hat, Inc.
+# Copyright 1998, 1999, 2001, 2002 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License (GPL) as published by
@@ -51,7 +51,7 @@ body ProcessWin::build_win {} {
-background [pref get gdb/font/normal_bg] \
-selectbackground green \
-selectforeground black \
- -textfont src-font \
+ -textfont global/fixed \
-exportselection false \
-selectioncommand [code $this change_context]
} {}