2004-01-19 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / tui / tui-layout.c
index c1694b231cfdcac638401476b051979797d4bc5e..d1920ffa8fc18e99b051fe8863eb4e42647a58ea 100644 (file)
@@ -1,7 +1,7 @@
 /* TUI layout window management.
 
-   Copyright 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation,
-   Inc.
+   Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
+   Foundation, Inc.
 
    Contributed by Hewlett-Packard Company.
 
@@ -258,7 +258,7 @@ tuiSetLayout (TuiLayoutType layoutType,
              layoutDef->regsDisplayType =
                (regsDisplayType == TUI_UNDEFINED_REGS ?
                 TUI_GENERAL_REGS : regsDisplayType);
-             tuiShowRegisters (layoutDef->regsDisplayType);
+             tui_show_registers (layoutDef->regsDisplayType);
            }
        }
     }
This page took 0.024405 seconds and 4 git commands to generate.