Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/zoom-control/ephy-zoom.h
diff options
context:
space:
mode:
Diffstat (limited to 'cut-n-paste/zoom-control/ephy-zoom.h')
-rw-r--r--cut-n-paste/zoom-control/ephy-zoom.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cut-n-paste/zoom-control/ephy-zoom.h b/cut-n-paste/zoom-control/ephy-zoom.h
index e62fdef..5632b4f 100644
--- a/cut-n-paste/zoom-control/ephy-zoom.h
+++ b/cut-n-paste/zoom-control/ephy-zoom.h
@@ -45,6 +45,9 @@ struct
zoom_levels[] =
{
+ { N_("Best Fit"), EPHY_ZOOM_BEST_FIT },
+ { N_("Fit Page Width"), EPHY_ZOOM_FIT_WIDTH },
+ { NULL, EPHY_ZOOM_SEPARATOR },
{ N_("50%"), 0.7071067811 },
{ N_("75%"), 0.8408964152 },
{ N_("100%"), 1.0 },
@@ -53,10 +56,7 @@ zoom_levels[] =
{ N_("175%"), 1.6817928304 },
{ N_("200%"), 2.0 },
{ N_("300%"), 2.8284271247 },
- { N_("400%"), 4.0 },
- { NULL, EPHY_ZOOM_SEPARATOR },
- { N_("Best Fit"), EPHY_ZOOM_BEST_FIT },
- { N_("Fit Page Width"), EPHY_ZOOM_FIT_WIDTH }
+ { N_("400%"), 4.0 }
};
static const guint n_zoom_levels = G_N_ELEMENTS (zoom_levels);