diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-28 15:44:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-28 15:44:48 +0100 |
| commit | 084eff7331b1a7c9923282c5860f490648ad633a (patch) | |
| tree | 70386b3508e47654aa4aeea1f3a9bcb2fcb6921f /tools | |
| parent | d3cbf2fcc8762f8b3442f478db1a988544ab4ea1 (diff) | |
CENTRE_OF_SCREEN -> VERTICAL_CENTRE_OF_SCREEN.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/dumpsubs.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dumpsubs.cc b/tools/dumpsubs.cc index f69ecf8..7b07ac8 100644 --- a/tools/dumpsubs.cc +++ b/tools/dumpsubs.cc @@ -102,7 +102,7 @@ main (int argc, char* argv[]) case TOP_OF_SCREEN: cout << "top"; break; - case CENTRE_OF_SCREEN: + case VERTICAL_CENTRE_OF_SCREEN: cout << "centre"; break; case BOTTOM_OF_SCREEN: |
