aboutsummaryrefslogtreecommitdiff
path: root/src/ui.hh
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2011-03-15 09:26:49 -0300
committerJorge Arellano Cid <jcid@dillo.org>2011-03-15 09:26:49 -0300
commitb224c3e30c01837307922cd2402ef3e83896abc9 (patch)
tree8389ce782317686c1795ad27677bf48232f19864 /src/ui.hh
parent1c24e3a90ca78e0f797b4c974153d97443756063 (diff)
Keybindings and some variable name normalizations
Diffstat (limited to 'src/ui.hh')
-rw-r--r--src/ui.hh8
1 files changed, 4 insertions, 4 deletions
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: