diff options
Diffstat (limited to 'lib/ephy-prefs.h')
-rw-r--r-- | lib/ephy-prefs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ephy-prefs.h b/lib/ephy-prefs.h index d4a9755c8..45ca6bac2 100644 --- a/lib/ephy-prefs.h +++ b/lib/ephy-prefs.h @@ -31,8 +31,8 @@ typedef enum { EPHY_PREFS_UI_TOOLBAR_STYLE_BOTH, EPHY_PREFS_UI_TOOLBAR_STYLE_BOTH_HORIZ, - EPHY_PREFS_UI_TOOLBAR_STYLE_BOTH_ICONS, - EPHY_PREFS_UI_TOOLBAR_STYLE_BOTH_TEXT + EPHY_PREFS_UI_TOOLBAR_STYLE_ICONS, + EPHY_PREFS_UI_TOOLBAR_STYLE_TEXT } EphyPrefsUIToolbarStyle; typedef enum |