summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-05-08 21:57:36 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-05-08 21:57:36 +0200
commit01d96e16f6217a7eafb3079a378daa40f3cd34c8 (patch)
tree9ad54f2d352a4e6c6158edefcffae6ca199c6752 /src/options.h
parent08ae0e4887d9aa2ff37e4fc4d56ca514c7f6bd85 (diff)
rename --zoom-rate to --zoom-step and switch to percent
This is consistent with --scroll-step (option name) and --zoom (percentage)
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.h b/src/options.h
index ea76b24..6441e8b 100644
--- a/src/options.h
+++ b/src/options.h
@@ -216,7 +216,7 @@ OPTION_bg_scale,
OPTION_bg_fill,
OPTION_bg_max,
OPTION_zoom,
-OPTION_zoom_rate,
+OPTION_zoom_step,
OPTION_zoom_in_rate,
OPTION_zoom_out_rate,
OPTION_keep_zoom_vp,