summaryrefslogtreecommitdiff
path: root/gdb/gdbtk
diff options
context:
space:
mode:
authorMartin Hunt <hunt@redhat.com>2003-02-10 20:12:23 +0000
committerMartin Hunt <hunt@redhat.com>2003-02-10 20:12:23 +0000
commit9fd0c60d86ca1e8706fb0a588fc8493ca025135a (patch)
treecb2485ce7dca88e840c6fc7b7680b39acd298f3a /gdb/gdbtk
parentde7e2aeff4321c8e66558eacc8166e50f6420151 (diff)
downloadgdb-9fd0c60d86ca1e8706fb0a588fc8493ca025135a.tar.gz
2003-02-10 Martin M. Hunt <hunt@redhat.com>
* library/browserwin.itb: Set textbackground option to $::Colors(textbg) instead of "white".
Diffstat (limited to 'gdb/gdbtk')
-rw-r--r--gdb/gdbtk/ChangeLog4
-rw-r--r--gdb/gdbtk/library/browserwin.itb2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/gdbtk/ChangeLog b/gdb/gdbtk/ChangeLog
index 646cff37a6a..6ea514268e9 100644
--- a/gdb/gdbtk/ChangeLog
+++ b/gdb/gdbtk/ChangeLog
@@ -1,4 +1,8 @@
2003-02-10 Martin M. Hunt <hunt@redhat.com>
+ * library/browserwin.itb: Set textbackground option to
+ $::Colors(textbg) instead of "white".
+
+2003-02-10 Martin M. Hunt <hunt@redhat.com>
* library/interface.tcl (gdbtk_attach_native): Don't force the user
to choose an exec file when attaching.
diff --git a/gdb/gdbtk/library/browserwin.itb b/gdb/gdbtk/library/browserwin.itb
index 54c002d1937..35c40b18a6a 100644
--- a/gdb/gdbtk/library/browserwin.itb
+++ b/gdb/gdbtk/library/browserwin.itb
@@ -17,7 +17,7 @@
#
# ----------------------------------------------------------------------
-option add *BrowserWin.textBackground white
+option add *BrowserWin.textBackground $::Colors(textbg)
# ------------------------------------------------------------------
# CONSTRUCTOR - create new browser window