Add view menu option to enable/disable IRAM/XRAM windows
[emu8051.git] / src / regwin.c
index aaa006b..f94b8f9 100644 (file)
@@ -466,7 +466,7 @@ regwin_init(void)
 
 /* Show registers. */
 void
-regwin_Show(void)
+regwin_refresh(void)
 {
        int row;
        GtkListStore *store;