summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-04-12 17:27:58 +0100
committerCarl Hetherington <cth@carlh.net>2015-04-12 17:27:58 +0100
commit52c86e96bcd772255d0c60d5c0b105718d15d9c5 (patch)
treecd9e1e425a1365a540d468ad8d1e953c3892c526 /src
parent2e27d014c584ac5348feca9c2d21b036fba437c0 (diff)
Hand-apply bb070db1b36020058b010057b08ae78e6243d2d0 from master.
Diffstat (limited to 'src')
-rw-r--r--src/lib/ratio.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/ratio.cc b/src/lib/ratio.cc
index 29c22c78d..e9b57e2e1 100644
--- a/src/lib/ratio.cc
+++ b/src/lib/ratio.cc
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2013 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2013-2015 Carl Hetherington <cth@carlh.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -34,8 +34,7 @@ Ratio::setup_ratios ()
{
_ratios.push_back (new Ratio (float(1290) / 1080, "119", _("1.19"), "119"));
_ratios.push_back (new Ratio (float(1440) / 1080, "133", _("4:3"), "133"));
- _ratios.push_back (new Ratio (float(1480) / 1080, "137", _("Academy"), "137"));
- _ratios.push_back (new Ratio (float(1485) / 1080, "138", _("1.375"), "137"));
+ _ratios.push_back (new Ratio (float(1485) / 1080, "138", _("Academy"), "137"));
_ratios.push_back (new Ratio (float(1800) / 1080, "166", _("1.66"), "166"));
_ratios.push_back (new Ratio (float(1920) / 1080, "178", _("16:9"), "178"));
_ratios.push_back (new Ratio (float(1998) / 1080, "185", _("Flat"), "F"));