From b224c3e30c01837307922cd2402ef3e83896abc9 Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Tue, 15 Mar 2011 09:26:49 -0300 Subject: Keybindings and some variable name normalizations --- src/ui.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/ui.hh') diff --git a/src/ui.hh b/src/ui.hh index 74f62d75..f5225357 100644 --- a/src/ui.hh +++ b/src/ui.hh @@ -121,17 +121,17 @@ class UI : public Fl_Pack { Fl_Group *TopGroup; Fl_Button *Back, *Forw, *Home, *Reload, *Save, *Stop, *Bookmarks, *Tools, *Clear, *Search, *Help, *FullScreen, *BugMeter, *FileButton; - CustGroup *LocBar, *NavBar, *StBar; + CustGroup *LocBar, *NavBar, *StatusBar; Fl_Input *Location; Fl_Pack *ProgBox; CustProgressBox *PProg, *IProg; - Fl_Group *Panel, *Main, *StatusPanel; + Fl_Group *Panel, *Main; Fl_Output *StatusOutput; int MainIdx; // Panel customization variables int PanelSize, CuteColor, Small_Icons; - int p_xpos, p_ypos, bw, bh, fh, lh, nh, sh, pw, lbl; + int p_xpos, p_ypos, bw, bh, mh, lh, nh, fh, sh, pw, lbl; UIPanelmode Panelmode; Findbar *findbar; @@ -144,7 +144,7 @@ class UI : public Fl_Pack { void make_menubar(int x, int y, int w, int h); Fl_Widget *make_filemenu_button(); void make_panel(int ww); - void make_status_panel(int ww, int wh); + void make_status_bar(int ww, int wh); public: -- cgit v1.2.3